diff options
author | Leonardo Boshell <leonardop@gentoo.org> | 2005-05-29 07:57:53 +0000 |
---|---|---|
committer | Leonardo Boshell <leonardop@gentoo.org> | 2005-05-29 07:57:53 +0000 |
commit | 2b5b0402022a218fa39ec25aa3acd4a77a4ec436 (patch) | |
tree | 693d7aa26cbba04ee69ae2121ab4640fcc1acd82 /gnome-base | |
parent | Removed old version. (diff) | |
download | gentoo-2-2b5b0402022a218fa39ec25aa3acd4a77a4ec436.tar.gz gentoo-2-2b5b0402022a218fa39ec25aa3acd4a77a4ec436.tar.bz2 gentoo-2-2b5b0402022a218fa39ec25aa3acd4a77a4ec436.zip |
Marking 2.8.0 stable (x86)
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/gnome-common/ChangeLog | 7 | ||||
-rw-r--r-- | gnome-base/gnome-common/gnome-common-2.8.0.ebuild | 15 |
2 files changed, 17 insertions, 5 deletions
diff --git a/gnome-base/gnome-common/ChangeLog b/gnome-base/gnome-common/ChangeLog index 32c83c8e7847..195c40da43fa 100644 --- a/gnome-base/gnome-common/ChangeLog +++ b/gnome-base/gnome-common/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for gnome-base/gnome-common # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-common/ChangeLog,v 1.22 2005/02/20 20:37:44 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-common/ChangeLog,v 1.23 2005/05/29 07:57:53 leonardop Exp $ + + 28 May 2005; Leonardo Boshell <leonardop@gentoo.org> + gnome-common-2.8.0.ebuild: + Stable on x86. Install a couple more documents. Removing pkgconfig + dependency. 20 Feb 2005; Tom Martin <slarti@gentoo.org> gnome-common-2.8.0.ebuild: Marked ~amd64, bug 80847. diff --git a/gnome-base/gnome-common/gnome-common-2.8.0.ebuild b/gnome-base/gnome-common/gnome-common-2.8.0.ebuild index 3c5dbbcb94ae..202bcb4cf025 100644 --- a/gnome-base/gnome-common/gnome-common-2.8.0.ebuild +++ b/gnome-base/gnome-common/gnome-common-2.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.3 2005/03/12 19:35:23 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-common/gnome-common-2.8.0.ebuild,v 1.4 2005/05/29 07:57:53 leonardop Exp $ inherit gnome2 @@ -9,10 +9,17 @@ HOMEPAGE="http://www.gnome.org/" LICENSE="GPL-2" SLOT="2" -KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" IUSE="" -DEPEND="dev-util/pkgconfig" +DEPEND="" RDEPEND="" -DOCS="ChangeLog README" +DOCS="ChangeLog README* doc/usage.txt" + +src_unpack() { + unpack ${A} + cd ${S} + + mv doc-build/README README.doc-build +} |