summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2007-12-06 21:17:52 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2007-12-06 21:17:52 +0000
commit3351fd50cb2f7ff5c2e97ec794bd9f15a2ffd0a4 (patch)
treeeb925f7011ad358d4d47d3b7190201a41e2634ca /dev-util/gob
parentbump to 2.20.2 (diff)
downloadgentoo-2-3351fd50cb2f7ff5c2e97ec794bd9f15a2ffd0a4.tar.gz
gentoo-2-3351fd50cb2f7ff5c2e97ec794bd9f15a2ffd0a4.tar.bz2
gentoo-2-3351fd50cb2f7ff5c2e97ec794bd9f15a2ffd0a4.zip
bump to 2.0.15
(Portage version: 2.1.4_rc7)
Diffstat (limited to 'dev-util/gob')
-rw-r--r--dev-util/gob/ChangeLog7
-rw-r--r--dev-util/gob/files/digest-gob-2.0.153
-rw-r--r--dev-util/gob/gob-2.0.15.ebuild27
3 files changed, 36 insertions, 1 deletions
diff --git a/dev-util/gob/ChangeLog b/dev-util/gob/ChangeLog
index c8f0692d56db..79e98f2eb14e 100644
--- a/dev-util/gob/ChangeLog
+++ b/dev-util/gob/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-util/gob
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/gob/ChangeLog,v 1.59 2007/12/05 17:37:01 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gob/ChangeLog,v 1.60 2007/12/06 21:17:52 eva Exp $
+
+*gob-2.0.15 (06 Dec 2007)
+
+ 06 Dec 2007; Gilles Dartiguelongue <eva@gentoo.org> +gob-2.0.15.ebuild:
+ bump to 2.0.15
05 Dec 2007; Raúl Porcel <armin76@gentoo.org> gob-2.0.14.ebuild:
alpha/ia64/sparc stable
diff --git a/dev-util/gob/files/digest-gob-2.0.15 b/dev-util/gob/files/digest-gob-2.0.15
new file mode 100644
index 000000000000..86e7f380ed1e
--- /dev/null
+++ b/dev-util/gob/files/digest-gob-2.0.15
@@ -0,0 +1,3 @@
+MD5 b983822952710fa7d08ca32b638dd4b6 gob2-2.0.15.tar.bz2 208071
+RMD160 92ccd5dd2ed75d1c0bfb261769d8159c162220c8 gob2-2.0.15.tar.bz2 208071
+SHA256 4b439572c75c3ee5d59c4ba86c4a09e3264b8fc77b577117cfc6f44b3789a9e2 gob2-2.0.15.tar.bz2 208071
diff --git a/dev-util/gob/gob-2.0.15.ebuild b/dev-util/gob/gob-2.0.15.ebuild
new file mode 100644
index 000000000000..6d06503f228f
--- /dev/null
+++ b/dev-util/gob/gob-2.0.15.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gob/gob-2.0.15.ebuild,v 1.1 2007/12/06 21:17:52 eva Exp $
+
+inherit gnome2
+
+MY_PN=gob2
+MY_P=${MY_PN}-${PV}
+S=${WORKDIR}/${MY_P}
+PVP=(${PV//[-\._]/ })
+
+DESCRIPTION="Preprocessor for making GTK+ objects with inline C code"
+HOMEPAGE="http://www.5z.com/jirka/gob.html"
+SRC_URI="mirror://gnome/sources/${MY_PN}/${PVP[0]}.${PVP[1]}/${MY_P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="2"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=dev-libs/glib-2"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig
+ sys-devel/flex"
+
+DOCS="AUTHORS ChangeLog NEWS README TODO"
+