summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-admin/hot-babe/Manifest4
-rw-r--r--app-admin/hot-babe/hot-babe-0.2.0.ebuild29
-rw-r--r--app-admin/hot-babe/hot-babe-0.2.2.ebuild29
3 files changed, 0 insertions, 62 deletions
diff --git a/app-admin/hot-babe/Manifest b/app-admin/hot-babe/Manifest
deleted file mode 100644
index a180845d..00000000
--- a/app-admin/hot-babe/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST hot-babe-0.2.0.tar.bz2 397541 RMD160 36c28aff7b1aeaeb88c9c653aa460d8c5587bf7d SHA1 4a28aee1098377a2dab82037776c2c4ee1e8a4a7 SHA256 e2e468a5493c486fb21918bdbaa11261a0d6022a39b19757cff60510be80f12b
-DIST hot-babe-0.2.2.tar.bz2 406172 RMD160 a564f038366fb94d84a00af8eb1c6bb3abaef628 SHA1 145948c9208c369b4cdf9f9f29c02462518c6e85 SHA256 f76b7f09e329b3a45a5560fbc50e58b4508fbbb6ae3bd65db925bdc04d07b1b1
-EBUILD hot-babe-0.2.0.ebuild 636 RMD160 c14ff1ab2720b1346e6340e783fbf6da69eb2cb4 SHA1 a93c990858aaed503b58e6b848e265c02502f333 SHA256 bfe7d448812fa5131f0a43e1909db0e961406495cdee966acf2f0bf32a282136
-EBUILD hot-babe-0.2.2.ebuild 784 RMD160 e9b3a7f57c8598c911f3c04492a6621a4d69d5e7 SHA1 c91a9f837febfe511cdf2ddf8b085368ba5d0eaa SHA256 85417ee6ba623a64c6a45963fa179344880e638288e9085791c9c7741f9464e4
diff --git a/app-admin/hot-babe/hot-babe-0.2.0.ebuild b/app-admin/hot-babe/hot-babe-0.2.0.ebuild
deleted file mode 100644
index 56d6a65e..00000000
--- a/app-admin/hot-babe/hot-babe-0.2.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header:
-
-DESCRIPTION="A System load monitor"
-HOMEPAGE="http://dindinx.net/hotbabe/"
-SRC_URI="http://dindinx.net/hotbabe/downloads/${P}.tar.bz2"
-
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS="x86 ~amd64"
-
-IUSE=""
-
-DEPEND=">=x11-libs/gtk+-2.0
- media-libs/gdk-pixbuf"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${P}
-
-src_compile() {
- sed -iorig -e "s:-O2 -Wall -g:${CFLAGS}:" Makefile || die "sed failed"
- emake PREFIX="/usr" || die "emake failed"
-}
-
-src_install() {
- make PREFIX="${D}/usr" install || die "Failed to install"
- doman hot-babe.1
-}
diff --git a/app-admin/hot-babe/hot-babe-0.2.2.ebuild b/app-admin/hot-babe/hot-babe-0.2.2.ebuild
deleted file mode 100644
index 97d8d6aa..00000000
--- a/app-admin/hot-babe/hot-babe-0.2.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Copyright 2004 Paul Thompson <set@pobox.com>
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /archive/cvsdir/portage/app-admin/hot-babe/hot-babe-0.2.0.ebuild,v 1.1 2004/12/02 22:32:45 set Exp $
-
-DESCRIPTION="A System load monitor"
-HOMEPAGE="http://dindinx.net/hotbabe/"
-SRC_URI="http://dindinx.net/hotbabe/downloads/${P}.tar.bz2"
-LICENSE="Artistic"
-
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-DEPEND=">=x11-libs/gtk+-2.0
- media-libs/gdk-pixbuf"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${P}
-
-src_compile() {
- sed -iorig -e "s:-O2 -Wall -g:${CFLAGS}:" Makefile || die "sed failed"
- emake PREFIX="/usr" || die "emake failed"
-}
-
-src_install() {
- make PREFIX="${D}/usr" install || die "Failed to install"
- doman hot-babe.1
-}