diff options
author | Leonardo Boshell <leonardop@gentoo.org> | 2005-05-24 00:22:21 +0000 |
---|---|---|
committer | Leonardo Boshell <leonardop@gentoo.org> | 2005-05-24 00:22:21 +0000 |
commit | 60a527d2374047ac7921d494f3374a57b3b798f7 (patch) | |
tree | 6e3b6ef83e08b3d9a4a13b6d8a325295a1e8ae2f /dev-util/gob/gob-2.0.11.ebuild | |
parent | Version bump #93594 by Marcus Furlong. (diff) | |
download | historical-60a527d2374047ac7921d494f3374a57b3b798f7.tar.gz historical-60a527d2374047ac7921d494f3374a57b3b798f7.tar.bz2 historical-60a527d2374047ac7921d494f3374a57b3b798f7.zip |
Marking 2.0.11 stable (x86). Removing old ebuild.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'dev-util/gob/gob-2.0.11.ebuild')
-rw-r--r-- | dev-util/gob/gob-2.0.11.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/gob/gob-2.0.11.ebuild b/dev-util/gob/gob-2.0.11.ebuild index 21054e906544..a17ba1709946 100644 --- a/dev-util/gob/gob-2.0.11.ebuild +++ b/dev-util/gob/gob-2.0.11.ebuild @@ -1,20 +1,20 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gob/gob-2.0.11.ebuild,v 1.1 2005/01/31 04:16:50 joem Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gob/gob-2.0.11.ebuild,v 1.2 2005/05/24 00:22:21 leonardop Exp $ inherit gnome2 MY_P=${PN}2-${PV} S=${WORKDIR}/${MY_P} -DESCRIPTION="preprocessor for making GTK+ objects with inline C code" +DESCRIPTION="Preprocessor for making GTK+ objects with inline C code." SRC_URI="http://ftp.5z.com/pub/gob/${MY_P}.tar.gz" HOMEPAGE="http://www.5z.com/jirka/gob.html" IUSE="" SLOT="2" LICENSE="GPL-2" -KEYWORDS="~x86 ~sparc ~hppa ~amd64 ~ppc ~alpha ~ia64" +KEYWORDS="x86 ~sparc ~hppa ~amd64 ~ppc ~alpha ~ia64" RDEPEND=">=dev-libs/glib-2.0" |