diff options
author | Mart Raudsepp <leio@gentoo.org> | 2008-02-02 01:18:58 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2008-02-02 01:18:58 +0000 |
commit | c52f8f94c877f40fe70df222e0ed4fb8f962b304 (patch) | |
tree | 645a8c114555ce32480a2a0c861bd270f8a5f2f7 /gnome-base/gnome-common | |
parent | Remove old (diff) | |
download | gentoo-2-c52f8f94c877f40fe70df222e0ed4fb8f962b304.tar.gz gentoo-2-c52f8f94c877f40fe70df222e0ed4fb8f962b304.tar.bz2 gentoo-2-c52f8f94c877f40fe70df222e0ed4fb8f962b304.zip |
Remove old
(Portage version: 2.1.4)
Diffstat (limited to 'gnome-base/gnome-common')
-rw-r--r-- | gnome-base/gnome-common/gnome-common-2.8.0.ebuild | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/gnome-base/gnome-common/gnome-common-2.8.0.ebuild b/gnome-base/gnome-common/gnome-common-2.8.0.ebuild deleted file mode 100644 index 4e676a80e00f..000000000000 --- a/gnome-base/gnome-common/gnome-common-2.8.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-common/gnome-common-2.8.0.ebuild,v 1.14 2006/09/05 01:54:01 kumba Exp $ - -inherit gnome2 - -DESCRIPTION="Common files for development of Gnome packages" -HOMEPAGE="http://www.gnome.org/" - -LICENSE="GPL-2" -SLOT="3" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -DOCS="ChangeLog README* doc/usage.txt" - -src_unpack() { - unpack ${A} - cd "${S}" - mv doc-build/README README.doc-build -} |