summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2013-03-07 08:06:14 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2013-03-07 08:06:14 +0000
commit4b00ffa72106f5e8bbb08db75192a06bda4cd88e (patch)
treee328d9d4bf44cabd6e39a5c3377ef025cda73f20 /dev-util/gnome-devel-docs
parentsci-mathematics/gmp-ecm: Fix download location; bump to EAPI=5 and clean some... (diff)
downloadgentoo-2-4b00ffa72106f5e8bbb08db75192a06bda4cd88e.tar.gz
gentoo-2-4b00ffa72106f5e8bbb08db75192a06bda4cd88e.tar.bz2
gentoo-2-4b00ffa72106f5e8bbb08db75192a06bda4cd88e.zip
Clean up old revision.
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'dev-util/gnome-devel-docs')
-rw-r--r--dev-util/gnome-devel-docs/ChangeLog6
-rw-r--r--dev-util/gnome-devel-docs/gnome-devel-docs-3.4.1.ebuild30
2 files changed, 5 insertions, 31 deletions
diff --git a/dev-util/gnome-devel-docs/ChangeLog b/dev-util/gnome-devel-docs/ChangeLog
index ce1d782f6c08..7b42c2ac1eb1 100644
--- a/dev-util/gnome-devel-docs/ChangeLog
+++ b/dev-util/gnome-devel-docs/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/gnome-devel-docs
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/gnome-devel-docs/ChangeLog,v 1.15 2013/02/07 21:58:13 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gnome-devel-docs/ChangeLog,v 1.16 2013/03/07 08:06:14 eva Exp $
+
+ 07 Mar 2013; Gilles Dartiguelongue <eva@gentoo.org>
+ -gnome-devel-docs-3.4.1.ebuild:
+ Clean up old revision.
07 Feb 2013; Ulrich Müller <ulm@gentoo.org> gnome-devel-docs-3.6.2.ebuild:
Move Creative Commons licenses to shorter names.
diff --git a/dev-util/gnome-devel-docs/gnome-devel-docs-3.4.1.ebuild b/dev-util/gnome-devel-docs/gnome-devel-docs-3.4.1.ebuild
deleted file mode 100644
index 78a623abeccb..000000000000
--- a/dev-util/gnome-devel-docs/gnome-devel-docs-3.4.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/gnome-devel-docs/gnome-devel-docs-3.4.1.ebuild,v 1.2 2012/12/17 11:31:40 tetromino Exp $
-
-EAPI="4"
-GCONF_DEBUG="no"
-
-inherit gnome2
-
-DESCRIPTION="Documentation for developing for the GNOME desktop environment"
-HOMEPAGE="http://developer.gnome.org/"
-
-LICENSE="FDL-1.1+"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="app-text/gnome-doc-utils
- app-text/docbook-xml-dtd:4.1.2
- app-text/docbook-xml-dtd:4.2
- dev-libs/libxslt
- sys-devel/gettext
- virtual/pkgconfig"
-
-G2CONF="${G2CONF} --disable-scrollkeeper"
-DOCS="AUTHORS ChangeLog NEWS README"
-# This ebuild does not install any binaries
-# FIXME: Docs don't validate
-RESTRICT="test binchecks strip"