diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-12-24 16:22:49 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-12-24 16:22:49 +0000 |
commit | 63c94f29820fbf521ba02deaa4e1af3285e6778b (patch) | |
tree | e09603a2bac26c509849146ff26bc6e9045ba1fb | |
parent | Version bump for Gnome 3.10 (diff) | |
download | gentoo-2-63c94f29820fbf521ba02deaa4e1af3285e6778b.tar.gz gentoo-2-63c94f29820fbf521ba02deaa4e1af3285e6778b.tar.bz2 gentoo-2-63c94f29820fbf521ba02deaa4e1af3285e6778b.zip |
Version bump for Gnome 3.10
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
-rw-r--r-- | gnome-base/gnome-common/ChangeLog | 7 | ||||
-rw-r--r-- | gnome-base/gnome-common/gnome-common-3.10.0.ebuild | 21 |
2 files changed, 27 insertions, 1 deletions
diff --git a/gnome-base/gnome-common/ChangeLog b/gnome-base/gnome-common/ChangeLog index 99b72c5ca8ac..741f52916d1d 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-common/ChangeLog,v 1.118 2013/12/22 16:02:56 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-common/ChangeLog,v 1.119 2013/12/24 16:22:49 pacho Exp $ + +*gnome-common-3.10.0 (24 Dec 2013) + + 24 Dec 2013; Pacho Ramos <pacho@gentoo.org> +gnome-common-3.10.0.ebuild: + Version bump for Gnome 3.10 22 Dec 2013; Jeroen Roovers <jer@gentoo.org> gnome-common-3.7.4.ebuild: Stable for HPPA (bug #478252). diff --git a/gnome-base/gnome-common/gnome-common-3.10.0.ebuild b/gnome-base/gnome-common/gnome-common-3.10.0.ebuild new file mode 100644 index 000000000000..332fa4f26b2e --- /dev/null +++ b/gnome-base/gnome-common/gnome-common-3.10.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2013 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.10.0.ebuild,v 1.1 2013/12/24 16:22:49 pacho Exp $ + +EAPI="5" + +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 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-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 +} |