diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 11:22:19 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 11:22:19 +0000 |
commit | 7d1d37dc9b919a276844cffcb10ad48f535dab14 (patch) | |
tree | 3372fa00d4361d25be03dbc9154b64131514f177 /dev-util/glademm | |
parent | repoman'd (diff) | |
download | historical-7d1d37dc9b919a276844cffcb10ad48f535dab14.tar.gz historical-7d1d37dc9b919a276844cffcb10ad48f535dab14.tar.bz2 historical-7d1d37dc9b919a276844cffcb10ad48f535dab14.zip |
repoman'd
Diffstat (limited to 'dev-util/glademm')
-rw-r--r-- | dev-util/glademm/files/digest-glademm-0.5.11f | 1 | ||||
-rw-r--r-- | dev-util/glademm/glademm-0.5.11f.ebuild | 33 | ||||
-rw-r--r-- | dev-util/glademm/glademm-0.6.2.ebuild | 35 | ||||
-rw-r--r-- | dev-util/glademm/glademm-1.1.0c.ebuild | 28 |
4 files changed, 27 insertions, 70 deletions
diff --git a/dev-util/glademm/files/digest-glademm-0.5.11f b/dev-util/glademm/files/digest-glademm-0.5.11f deleted file mode 100644 index d430943366e0..000000000000 --- a/dev-util/glademm/files/digest-glademm-0.5.11f +++ /dev/null @@ -1 +0,0 @@ -MD5 e3d4e6261150852f586abea131fbc191 glademm-0.5_11f.tar.gz 287881 diff --git a/dev-util/glademm/glademm-0.5.11f.ebuild b/dev-util/glademm/glademm-0.5.11f.ebuild deleted file mode 100644 index f9d180e58a4a..000000000000 --- a/dev-util/glademm/glademm-0.5.11f.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later - -MY_P="glademm-0.5_11f" -S=${WORKDIR}/${MY_P} -DESCRIPTION="A C++ backend for glade, the GUI designer for Gtk." -SRC_URI="http://home.wtal.de/petig/Gtk/${MY_P}.tar.gz" -HOMEPAGE="http://home.wtal.de/petig/Gtk/" - -DEPEND=">=dev-util/glade-0.6.2" - -RDEPEND="=x11-libs/gtk+-1.2* - >=x11-libs/gtkmm-1.2.5-r1 - >=dev-util/glade-0.6.2 - >=gnome-extra/gnomemm-1.2.0-r1" - - -src_compile() { - ./configure --host=${CHOST} \ - --prefix=/usr \ - --sysconfdir=/etc - assert - - emake || die -} - -src_install () { - make DESTDIR=${D} install || die - - dodoc AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README TODO - docinto docs - dodoc docs/*.txt docs/*.html docs/glade.wishlist -} diff --git a/dev-util/glademm/glademm-0.6.2.ebuild b/dev-util/glademm/glademm-0.6.2.ebuild index 7dad464f4844..413bb8524535 100644 --- a/dev-util/glademm/glademm-0.6.2.ebuild +++ b/dev-util/glademm/glademm-0.6.2.ebuild @@ -1,38 +1,31 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/glademm/glademm-0.6.2.ebuild,v 1.6 2002/07/23 11:22:18 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="A C++ backend for glade, the GUI designer for Gtk." SRC_URI="http://home.wtal.de/petig/Gtk/${P}.tar.gz" HOMEPAGE="http://home.wtal.de/petig/Gtk/" -DEPEND=">=dev-util/glade-0.6.2" - -RDEPEND="=x11-libs/gtk+-1.2* - >=x11-libs/gtkmm-1.2.5-r1 - >=dev-util/glade-0.6.2 - >=gnome-extra/gnomemm-1.2.0-r1" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" +DEPEND=">=dev-util/glade-0.6.2 + =x11-libs/gtk+-1.2* + >=x11-libs/gtkmm-1.2.5-r1 + >=dev-util/glade-0.6.2 + >=gnome-extra/gnomemm-1.2.0-r1" src_compile() { - ./configure --host=${CHOST} \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info \ - --sysconfdir=/etc || die - + econf || die emake || die } src_install () { - make prefix=${D}/usr \ - mandir=${D}/usr/share/man \ - infodir=${D}/usr/share/info \ - sysconfdir=${D}/etc \ - install || die + einstall || die dodoc AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README TODO dodoc docs/*.txt docs/glade.wishlist - docinto html - dodoc docs/*.html + dohtml -r docs } diff --git a/dev-util/glademm/glademm-1.1.0c.ebuild b/dev-util/glademm/glademm-1.1.0c.ebuild index f9b6931785c9..7f1d4adb0f67 100644 --- a/dev-util/glademm/glademm-1.1.0c.ebuild +++ b/dev-util/glademm/glademm-1.1.0c.ebuild @@ -1,29 +1,27 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-util/glademm/glademm-1.1.0c.ebuild,v 1.1 2002/06/20 00:07:23 spider Exp $ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/glademm/glademm-1.1.0c.ebuild,v 1.2 2002/07/23 11:22:18 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="A C++ backend for glade-2, the GUI designer for Gtk." SRC_URI="http://home.wtal.de/petig/Gtk/${P}.tar.gz" HOMEPAGE="http://home.wtal.de/petig/Gtk/" -DEPEND=">=dev-util/glade-1.1.0" - -RDEPEND=">=x11-libs/gtk+-2.0.0 - >=x11-libs/gtkmm-1.3.5 - >=dev-util/glade-1.1.0 - >=gnome-extra/libgnomemm-1.3.3" +SLOT="1" +LICENSE="GPL-2" +KEYWORDS="x86" +DEPEND=">=dev-util/glade-1.1.0 + >=x11-libs/gtk+-2.0.0 + >=x11-libs/gtkmm-1.3.5 + >=dev-util/glade-1.1.0 + >=gnome-extra/libgnomemm-1.3.3" src_compile() { - econf + econf || die make || die } src_install () { - einstall -# dodoc AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README TODO -# dodoc docs/*.txt docs/glade.wishlist -# docinto html -# dodoc docs/*.html + einstall || die } |