summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2012-08-10 11:02:01 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2012-08-10 11:02:01 +0000
commit3c125427097684d9fe513ed8177bad04f1d410a3 (patch)
tree0dd398e272dbacbf5620e6e056ccaf7bf029cec7 /gnome-base/gnome-common/gnome-common-3.4.0.1.ebuild
parentKeyword ~ppc ~pp64, bug #417685 (diff)
downloadgentoo-2-3c125427097684d9fe513ed8177bad04f1d410a3.tar.gz
gentoo-2-3c125427097684d9fe513ed8177bad04f1d410a3.tar.bz2
gentoo-2-3c125427097684d9fe513ed8177bad04f1d410a3.zip
Version bump. Drop old revisions.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'gnome-base/gnome-common/gnome-common-3.4.0.1.ebuild')
-rw-r--r--gnome-base/gnome-common/gnome-common-3.4.0.1.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/gnome-base/gnome-common/gnome-common-3.4.0.1.ebuild b/gnome-base/gnome-common/gnome-common-3.4.0.1.ebuild
new file mode 100644
index 000000000000..8a876987400d
--- /dev/null
+++ b/gnome-base/gnome-common/gnome-common-3.4.0.1.ebuild
@@ -0,0 +1,21 @@
+# 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.4.0.1.ebuild,v 1.1 2012/08/10 11:02:01 eva Exp $
+
+EAPI="4"
+
+inherit gnome.org
+
+DESCRIPTION="Common files for development of Gnome packages"
+HOMEPAGE="http://www.gnome.org/"
+
+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
+}