diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-03-14 01:27:35 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-03-14 01:27:35 +0000 |
commit | f58a8b9566e644e059ea261afefe76470b1cf9b2 (patch) | |
tree | e28ed4b8651a99d445e7c8d2f435dd573dbd37e2 /x11-libs/gtkDPS | |
parent | Version bump to 3.4.7_pre5 for testing for 2007.0's release. (diff) | |
download | gentoo-2-f58a8b9566e644e059ea261afefe76470b1cf9b2.tar.gz gentoo-2-f58a8b9566e644e059ea261afefe76470b1cf9b2.tar.bz2 gentoo-2-f58a8b9566e644e059ea261afefe76470b1cf9b2.zip |
old
(Portage version: 2.1.2.2)
Diffstat (limited to 'x11-libs/gtkDPS')
-rw-r--r-- | x11-libs/gtkDPS/files/digest-gtkDPS-0.3.3-r1 | 3 | ||||
-rw-r--r-- | x11-libs/gtkDPS/gtkDPS-0.3.3-r1.ebuild | 35 |
2 files changed, 0 insertions, 38 deletions
diff --git a/x11-libs/gtkDPS/files/digest-gtkDPS-0.3.3-r1 b/x11-libs/gtkDPS/files/digest-gtkDPS-0.3.3-r1 deleted file mode 100644 index d8714cfa552d..000000000000 --- a/x11-libs/gtkDPS/files/digest-gtkDPS-0.3.3-r1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 bf61b49aad4145eb303c8cc24779d0a2 gtkDPS-0.3.3.tar.gz 274883 -RMD160 536fbbf611c0a5a0a683c9b9c4b86f01510a2a93 gtkDPS-0.3.3.tar.gz 274883 -SHA256 50da4212075da328f4c6b3767661252c77da1d3886dcd7ee5e38a5a3b761407c gtkDPS-0.3.3.tar.gz 274883 diff --git a/x11-libs/gtkDPS/gtkDPS-0.3.3-r1.ebuild b/x11-libs/gtkDPS/gtkDPS-0.3.3-r1.ebuild deleted file mode 100644 index 7d2bdd750e77..000000000000 --- a/x11-libs/gtkDPS/gtkDPS-0.3.3-r1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkDPS/gtkDPS-0.3.3-r1.ebuild,v 1.21 2006/03/23 09:04:35 spyderous Exp $ - -IUSE="nls" - -DESCRIPTION="Set of functions, objects and widgets to use DPS easily with GTK" -SRC_URI="ftp://ftp.gyve.org/pub/${PN}/${P}.tar.gz" -HOMEPAGE="http://www.gyve.org/gtkDPS/" -LICENSE="GPL-2 LGPL-2" -SLOT="0" -KEYWORDS="x86 sparc" - -DEPEND="virtual/libc - =x11-libs/gtk+-1.2* - || ( app-text/dgs <x11-base/xorg-x11-7 )" - -RDEPEND="nls? ( sys-devel/gettext )" - -src_compile() { - if ! use nls ; then - myconf="--disable-nls" - fi - - ./configure --prefix=/usr --host=${CHOST} \ - --with-x --with-dps $myconf || die - make || die - -} - -src_install () { - - make prefix=${D}/usr install || die - dodoc COPYING* ChangeLog GTKDPS-VERSION HACKING NEWS README TODO -} |