diff options
Diffstat (limited to 'gnome-base/gnome-common/gnome-common-2.24.0.ebuild')
-rw-r--r-- | gnome-base/gnome-common/gnome-common-2.24.0.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/gnome-base/gnome-common/gnome-common-2.24.0.ebuild b/gnome-base/gnome-common/gnome-common-2.24.0.ebuild new file mode 100644 index 000000000000..2c4f20a72ffa --- /dev/null +++ b/gnome-base/gnome-common/gnome-common-2.24.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2008 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.24.0.ebuild,v 1.1 2008/09/30 22:53:19 leio 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 +} |