summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2014-04-27 11:21:48 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2014-04-27 11:21:48 +0000
commitb003610078e274204f99449748a410f8d9210a23 (patch)
tree623fa14e4d0907e7d2a3e89b4155e8e08a40dec1 /gnome-base/gnome-common
parentVersion bump. (diff)
downloadgentoo-2-b003610078e274204f99449748a410f8d9210a23.tar.gz
gentoo-2-b003610078e274204f99449748a410f8d9210a23.tar.bz2
gentoo-2-b003610078e274204f99449748a410f8d9210a23.zip
Version bump for Gnome 3.12.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'gnome-base/gnome-common')
-rw-r--r--gnome-base/gnome-common/ChangeLog8
-rw-r--r--gnome-base/gnome-common/gnome-common-3.12.0.ebuild21
2 files changed, 28 insertions, 1 deletions
diff --git a/gnome-base/gnome-common/ChangeLog b/gnome-base/gnome-common/ChangeLog
index 84cf2709036c..a9e0e3ef9890 100644
--- a/gnome-base/gnome-common/ChangeLog
+++ b/gnome-base/gnome-common/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for gnome-base/gnome-common
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-common/ChangeLog,v 1.125 2014/04/26 17:54:54 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-common/ChangeLog,v 1.126 2014/04/27 11:21:48 eva Exp $
+
+*gnome-common-3.12.0 (27 Apr 2014)
+
+ 27 Apr 2014; Gilles Dartiguelongue <eva@gentoo.org>
+ +gnome-common-3.12.0.ebuild:
+ Version bump for Gnome 3.12.
26 Apr 2014; Pacho Ramos <pacho@gentoo.org> -gnome-common-3.7.4.ebuild:
drop old
diff --git a/gnome-base/gnome-common/gnome-common-3.12.0.ebuild b/gnome-base/gnome-common/gnome-common-3.12.0.ebuild
new file mode 100644
index 000000000000..9ebb8ece219e
--- /dev/null
+++ b/gnome-base/gnome-common/gnome-common-3.12.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2014 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.12.0.ebuild,v 1.1 2014/04/27 11:21:48 eva 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
+}