diff options
author | 2008-02-02 00:30:22 +0000 | |
---|---|---|
committer | 2008-02-02 00:30:22 +0000 | |
commit | cc8ca39ad18d6452d05a853aa79d1367d148fba2 (patch) | |
tree | 2fd4082e27f11e4c3b3f1e08b5be033184fac43d /gnome-extra/gnome2-user-docs | |
parent | remove old (diff) | |
download | historical-cc8ca39ad18d6452d05a853aa79d1367d148fba2.tar.gz historical-cc8ca39ad18d6452d05a853aa79d1367d148fba2.tar.bz2 historical-cc8ca39ad18d6452d05a853aa79d1367d148fba2.zip |
Remove old
Package-Manager: portage-2.1.4
Diffstat (limited to 'gnome-extra/gnome2-user-docs')
-rw-r--r-- | gnome-extra/gnome2-user-docs/gnome2-user-docs-2.14.2.ebuild | 30 | ||||
-rw-r--r-- | gnome-extra/gnome2-user-docs/gnome2-user-docs-2.16.1.ebuild | 30 |
2 files changed, 0 insertions, 60 deletions
diff --git a/gnome-extra/gnome2-user-docs/gnome2-user-docs-2.14.2.ebuild b/gnome-extra/gnome2-user-docs/gnome2-user-docs-2.14.2.ebuild deleted file mode 100644 index 92a4643b6853..000000000000 --- a/gnome-extra/gnome2-user-docs/gnome2-user-docs-2.14.2.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome2-user-docs/gnome2-user-docs-2.14.2.ebuild,v 1.14 2007/07/12 04:19:34 mr_bones_ Exp $ - -inherit gnome2 - -MY_PN="gnome-user-docs" -S=${WORKDIR}/${MY_PN}-${PV} -SRC_URI="mirror://gnome/sources/${MY_PN}/${PVP[0]}.${PVP[1]}/${MY_PN}-${PV}.tar.bz2" - -DESCRIPTION="GNOME end user documentation" -HOMEPAGE="http://www.gnome.org/" - -LICENSE="FDL-1.1" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sparc x86" -IUSE="" - -DEPEND="app-text/scrollkeeper - >=app-text/gnome-doc-utils-0.5.6 - >=dev-util/pkgconfig-0.9" - -DOCS="AUTHORS ChangeLog NEWS README" - -# Parallel make doesn't always work (bug #135955) -MAKEOPTS="${MAKEOPTS} -j1" - -pkg_setup() { - G2CONF="--disable-scrollkeeper" -} diff --git a/gnome-extra/gnome2-user-docs/gnome2-user-docs-2.16.1.ebuild b/gnome-extra/gnome2-user-docs/gnome2-user-docs-2.16.1.ebuild deleted file mode 100644 index 9df7cc22387d..000000000000 --- a/gnome-extra/gnome2-user-docs/gnome2-user-docs-2.16.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome2-user-docs/gnome2-user-docs-2.16.1.ebuild,v 1.13 2007/07/12 04:19:34 mr_bones_ Exp $ - -inherit gnome2 - -MY_PN="gnome-user-docs" -S=${WORKDIR}/${MY_PN}-${PV} -SRC_URI="mirror://gnome/sources/${MY_PN}/${PVP[0]}.${PVP[1]}/${MY_PN}-${PV}.tar.bz2" - -DESCRIPTION="GNOME end user documentation" -HOMEPAGE="http://www.gnome.org/" - -LICENSE="FDL-1.1" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sparc x86 ~x86-fbsd" -IUSE="" - -DEPEND="app-text/scrollkeeper - >=app-text/gnome-doc-utils-0.5.6 - >=dev-util/pkgconfig-0.9" - -DOCS="AUTHORS ChangeLog NEWS README" - -# Parallel make doesn't always work (bug #135955) -MAKEOPTS="${MAKEOPTS} -j1" - -pkg_setup() { - G2CONF="--disable-scrollkeeper" -} |