diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-11-13 13:08:54 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-11-13 13:08:54 +0000 |
commit | 4496f41f72e90d2487e6c7e3465d84ec900d3a64 (patch) | |
tree | 43d6467ae4f8dffebc8b02759d49ead798c32c49 | |
parent | Drop old (#508854) (diff) | |
download | gentoo-2-4496f41f72e90d2487e6c7e3465d84ec900d3a64.tar.gz gentoo-2-4496f41f72e90d2487e6c7e3465d84ec900d3a64.tar.bz2 gentoo-2-4496f41f72e90d2487e6c7e3465d84ec900d3a64.zip |
Drop old (#508854)
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
-rw-r--r-- | dev-util/gob/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/gob/gob-2.0.19.ebuild | 23 |
2 files changed, 4 insertions, 24 deletions
diff --git a/dev-util/gob/ChangeLog b/dev-util/gob/ChangeLog index 0c66ee37e24c..4c205ea9e691 100644 --- a/dev-util/gob/ChangeLog +++ b/dev-util/gob/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/gob # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gob/ChangeLog,v 1.103 2014/06/10 00:27:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gob/ChangeLog,v 1.104 2014/11/13 13:08:54 pacho Exp $ + + 13 Nov 2014; Pacho Ramos <pacho@gentoo.org> -gob-2.0.19.ebuild: + Drop old (#508854) 10 Jun 2014; Mike Frysinger <vapier@gentoo.org> gob-2.0.20.ebuild: Mark arm64/m68k/s390/sh stable. diff --git a/dev-util/gob/gob-2.0.19.ebuild b/dev-util/gob/gob-2.0.19.ebuild deleted file mode 100644 index 4b25f71b3b55..000000000000 --- a/dev-util/gob/gob-2.0.19.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gob/gob-2.0.19.ebuild,v 1.11 2013/04/09 16:42:44 ago Exp $ - -EAPI="5" -GCONF_DEBUG="no" -GNOME_ORG_MODULE="gob2" - -inherit gnome2 - -DESCRIPTION="Preprocessor for making GTK+ objects with inline C code" -HOMEPAGE="http://www.jirka.org/gob.html" - -LICENSE="GPL-2+" -SLOT="2" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="" - -RDEPEND=">=dev-libs/glib-2:2" -DEPEND="${RDEPEND} - sys-devel/flex - virtual/pkgconfig - virtual/yacc" |