diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-03-17 22:50:02 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-03-17 22:50:02 +0000 |
commit | 29791948c4c57ab44f3ef7077c2703e7428005dc (patch) | |
tree | de27806f7d69c52631a6bdc149ff8b76de8ff357 /net-misc/knutclient | |
parent | Remove old ebuild. (diff) | |
download | gentoo-2-29791948c4c57ab44f3ef7077c2703e7428005dc.tar.gz gentoo-2-29791948c4c57ab44f3ef7077c2703e7428005dc.tar.bz2 gentoo-2-29791948c4c57ab44f3ef7077c2703e7428005dc.zip |
Remove old ebuilds.
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-misc/knutclient')
-rw-r--r-- | net-misc/knutclient/files/digest-knutclient-0.6.0 | 1 | ||||
-rw-r--r-- | net-misc/knutclient/files/digest-knutclient-0.7.1 | 1 | ||||
-rw-r--r-- | net-misc/knutclient/files/digest-knutclient-0.8.1_pre2 | 1 | ||||
-rw-r--r-- | net-misc/knutclient/knutclient-0.6.0.ebuild | 30 | ||||
-rw-r--r-- | net-misc/knutclient/knutclient-0.7.1.ebuild | 30 | ||||
-rw-r--r-- | net-misc/knutclient/knutclient-0.8.1_pre2.ebuild | 34 |
6 files changed, 0 insertions, 97 deletions
diff --git a/net-misc/knutclient/files/digest-knutclient-0.6.0 b/net-misc/knutclient/files/digest-knutclient-0.6.0 deleted file mode 100644 index 8c4606443cd9..000000000000 --- a/net-misc/knutclient/files/digest-knutclient-0.6.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 71970a56574c1230bd585be73ff2d86c knutclient-0.6.0.tar.gz 907773 diff --git a/net-misc/knutclient/files/digest-knutclient-0.7.1 b/net-misc/knutclient/files/digest-knutclient-0.7.1 deleted file mode 100644 index 729f22fdf688..000000000000 --- a/net-misc/knutclient/files/digest-knutclient-0.7.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 90dbd92807a9a535408ceec58971161c knutclient-0.7.1.tar.gz 949327 diff --git a/net-misc/knutclient/files/digest-knutclient-0.8.1_pre2 b/net-misc/knutclient/files/digest-knutclient-0.8.1_pre2 deleted file mode 100644 index 34c15f55d7c2..000000000000 --- a/net-misc/knutclient/files/digest-knutclient-0.8.1_pre2 +++ /dev/null @@ -1 +0,0 @@ -MD5 e193c074d0222e9583433b0db1943f89 knutclient-0.8.1-pre2.tar.gz 1299317 diff --git a/net-misc/knutclient/knutclient-0.6.0.ebuild b/net-misc/knutclient/knutclient-0.6.0.ebuild deleted file mode 100644 index d46b9c58e8bb..000000000000 --- a/net-misc/knutclient/knutclient-0.6.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/knutclient/knutclient-0.6.0.ebuild,v 1.6 2004/07/15 02:56:18 agriffis Exp $ - -inherit kde - -DESCRIPTION="Client for the NUT UPS monitoring daemon" -SRC_URI="ftp://ftp.buzuluk.cz/pub/alo/knutclient/${P}.tar.gz" -HOMEPAGE="http://www.alo.cz/knutclient-pop-en.html" -KEYWORDS="x86" -IUSE="" -LICENSE="GPL-2" -SLOT="0" - -RDEPEND=">=x11-libs/qt-2.3.0" - -src_compile() { - econf || die - emake || die -} - -src_install() { - - # Makefile: user/group nut might not exist until after - # pkg_preinst() runs; so use root for now, and fix it - # up in pkg_postinst(). - make DESTDIR=${D} install || die - - dodoc AUTHORS COPYING ChangeLog INSTALL README TODO -} diff --git a/net-misc/knutclient/knutclient-0.7.1.ebuild b/net-misc/knutclient/knutclient-0.7.1.ebuild deleted file mode 100644 index 35b198293940..000000000000 --- a/net-misc/knutclient/knutclient-0.7.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/knutclient/knutclient-0.7.1.ebuild,v 1.5 2004/07/15 02:56:18 agriffis Exp $ - -inherit kde - -DESCRIPTION="Client for the NUT UPS monitoring daemon" -SRC_URI="ftp://ftp.buzuluk.cz/pub/alo/knutclient/${P}.tar.gz" -HOMEPAGE="http://www.alo.cz/knutclient-pop-en.html" -KEYWORDS="~x86 ~sparc" -IUSE="" -LICENSE="GPL-2" -SLOT="0" - -RDEPEND=">=x11-libs/qt-2.3.0" - -src_compile() { - econf || die - emake || die -} - -src_install() { - - # Makefile: user/group nut might not exist until after - # pkg_preinst() runs; so use root for now, and fix it - # up in pkg_postinst(). - make DESTDIR=${D} install || die - - dodoc AUTHORS COPYING ChangeLog INSTALL README TODO -} diff --git a/net-misc/knutclient/knutclient-0.8.1_pre2.ebuild b/net-misc/knutclient/knutclient-0.8.1_pre2.ebuild deleted file mode 100644 index 08fbadf3be61..000000000000 --- a/net-misc/knutclient/knutclient-0.8.1_pre2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/knutclient/knutclient-0.8.1_pre2.ebuild,v 1.6 2004/10/23 23:54:37 weeve Exp $ - -inherit kde - -MY_P=${P/_/-} -S=${WORKDIR}/${MY_P} - -DESCRIPTION="Client for the NUT UPS monitoring daemon" -HOMEPAGE="http://www.alo.cz/knutclient-pop-en.html" -SRC_URI="ftp://ftp.buzuluk.cz/pub/alo/knutclient/devel/${MY_P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc" -IUSE="" - -need-kde 3.1 - -src_compile() { - econf || die - emake || die -} - -src_install() { - - # Makefile: user/group nut might not exist until after - # pkg_preinst() runs; so use root for now, and fix it - # up in pkg_postinst(). - make DESTDIR=${D} install || die - - dodoc AUTHORS COPYING ChangeLog INSTALL README TODO -} |