summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-11-20 12:07:26 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-11-20 12:07:26 +0000
commitacf813c35569527413ffa3eeeadfc45b4df436cd (patch)
treee4ba725bcf57a2e1ae4a20bf7b1801978148a1d3 /dev-util/glademm/glademm-2.0.0.1.ebuild
parentMoved to stable. (diff)
downloadhistorical-acf813c35569527413ffa3eeeadfc45b4df436cd.tar.gz
historical-acf813c35569527413ffa3eeeadfc45b4df436cd.tar.bz2
historical-acf813c35569527413ffa3eeeadfc45b4df436cd.zip
version bump
Diffstat (limited to 'dev-util/glademm/glademm-2.0.0.1.ebuild')
-rw-r--r--dev-util/glademm/glademm-2.0.0.1.ebuild31
1 files changed, 31 insertions, 0 deletions
diff --git a/dev-util/glademm/glademm-2.0.0.1.ebuild b/dev-util/glademm/glademm-2.0.0.1.ebuild
new file mode 100644
index 000000000000..539c7aad58f7
--- /dev/null
+++ b/dev-util/glademm/glademm-2.0.0.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/glademm/glademm-2.0.0.1.ebuild,v 1.1 2003/11/20 12:07:20 liquidx Exp $
+
+inherit gnome2
+
+
+DESCRIPTION="A C++ code generating backend for glade"
+SRC_URI="http://home.wtal.de/petig/Gtk/${P}.tar.gz"
+HOMEPAGE="http://home.wtal.de/petig/Gtk/"
+
+IUSE=""
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~sparc ~ppc"
+
+DEPEND="virtual/glibc"
+
+DOCS="AUTHORS BUGS COPYING ChangeLog NEWS README TODO docs/*"
+
+src_unpack() {
+ unpack ${A}
+
+ # Patch that fixes a missing <cassert> include in the source
+ # Closes Bug #29654
+ #epatch ${FILESDIR}/${P}-gcc33-missing-includes-fix.patch
+}
+
+pkg_postinst() {
+ einfo "glademm generated sources have dependencies on packages not required by this ebuild."
+}