summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-04-26 17:54:54 +0000
committerPacho Ramos <pacho@gentoo.org>2014-04-26 17:54:54 +0000
commit6358c0aab68e47137afc8202775368ffd6a91cd1 (patch)
tree888b3751bdcec1911ad292aff856b00ec7121dba /gnome-base/gnome-common
parentBump to 0.9.4, add live ebuild, bug #507440. Thanks to Nikoli. (diff)
downloadgentoo-2-6358c0aab68e47137afc8202775368ffd6a91cd1.tar.gz
gentoo-2-6358c0aab68e47137afc8202775368ffd6a91cd1.tar.bz2
gentoo-2-6358c0aab68e47137afc8202775368ffd6a91cd1.zip
drop old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'gnome-base/gnome-common')
-rw-r--r--gnome-base/gnome-common/ChangeLog5
-rw-r--r--gnome-base/gnome-common/gnome-common-3.7.4.ebuild20
2 files changed, 4 insertions, 21 deletions
diff --git a/gnome-base/gnome-common/ChangeLog b/gnome-base/gnome-common/ChangeLog
index a1467d434777..84cf2709036c 100644
--- a/gnome-base/gnome-common/ChangeLog
+++ b/gnome-base/gnome-common/ChangeLog
@@ -1,6 +1,9 @@
# 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.124 2014/03/28 02:24:19 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-common/ChangeLog,v 1.125 2014/04/26 17:54:54 pacho Exp $
+
+ 26 Apr 2014; Pacho Ramos <pacho@gentoo.org> -gnome-common-3.7.4.ebuild:
+ drop old
28 Mar 2014; Jeroen Roovers <jer@gentoo.org> gnome-common-3.10.0.ebuild:
Stable for HPPA (bug #499954).
diff --git a/gnome-base/gnome-common/gnome-common-3.7.4.ebuild b/gnome-base/gnome-common/gnome-common-3.7.4.ebuild
deleted file mode 100644
index f2ee77d1ed69..000000000000
--- a/gnome-base/gnome-common/gnome-common-3.7.4.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# 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.7.4.ebuild,v 1.5 2013/12/22 16:02:56 jer 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
-}