diff options
author | Pacho Ramos <pacho@gentoo.org> | 2012-10-19 18:56:37 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2012-10-19 18:56:37 +0000 |
commit | 60cd604764b22d751c9eda18ea13038cecb9facb (patch) | |
tree | 539cc85b690223210a459674e3510bab04f28749 /gnome-base/gnome-common | |
parent | Version bump, drop old. (diff) | |
download | gentoo-2-60cd604764b22d751c9eda18ea13038cecb9facb.tar.gz gentoo-2-60cd604764b22d751c9eda18ea13038cecb9facb.tar.bz2 gentoo-2-60cd604764b22d751c9eda18ea13038cecb9facb.zip |
Version bump.
(Portage version: 2.1.11.24/cvs/Linux x86_64)
Diffstat (limited to 'gnome-base/gnome-common')
-rw-r--r-- | gnome-base/gnome-common/ChangeLog | 8 | ||||
-rw-r--r-- | gnome-base/gnome-common/gnome-common-3.6.0.ebuild | 20 |
2 files changed, 26 insertions, 2 deletions
diff --git a/gnome-base/gnome-common/ChangeLog b/gnome-base/gnome-common/ChangeLog index b9aa7483e050..517512e5e527 100644 --- a/gnome-base/gnome-common/ChangeLog +++ b/gnome-base/gnome-common/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for gnome-base/gnome-common # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-common/ChangeLog,v 1.100 2012/08/10 11:02:01 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-common/ChangeLog,v 1.101 2012/10/19 18:56:37 pacho Exp $ + +*gnome-common-3.6.0 (19 Oct 2012) + + 19 Oct 2012; Pacho Ramos <pacho@gentoo.org> +gnome-common-3.6.0.ebuild: + Version bump. *gnome-common-3.4.0.1 (10 Aug 2012) @@ -362,4 +367,3 @@ 22 May 2002; Spider <spider@gentoo.org> gnome-common-1.2.4-r3.ebuild: part of gnome2 . initial cvs commit - diff --git a/gnome-base/gnome-common/gnome-common-3.6.0.ebuild b/gnome-base/gnome-common/gnome-common-3.6.0.ebuild new file mode 100644 index 000000000000..0d5090781ece --- /dev/null +++ b/gnome-base/gnome-common/gnome-common-3.6.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-common/gnome-common-3.6.0.ebuild,v 1.1 2012/10/19 18:56:37 pacho Exp $ + +EAPI="4" +inherit gnome.org + +DESCRIPTION="Common files for development of Gnome packages." +HOMEPAGE="http://git.gnome.org/browse/gnome-common" + +LICENSE="GPL-3" +SLOT="3" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +src_install() { + default + mv doc-build/README README.doc-build || die "renaming doc-build/README failed" + dodoc ChangeLog README* doc/usage.txt +} |