summaryrefslogtreecommitdiff
path: root/app-admin/hot-babe
diff options
context:
space:
mode:
authorBertrand Jacquin <beber@meleeweb.net>2005-10-19 20:50:37 +0000
committerBertrand Jacquin <beber@meleeweb.net>2005-10-19 20:50:37 +0000
commit192bdc17893e4994f20c521e2b1d5226bf08ae28 (patch)
tree5b6345d90e6e6f28e42e2dc1090b8edb4e52ef89 /app-admin/hot-babe
parentNow in portage (diff)
downloadportage-192bdc17893e4994f20c521e2b1d5226bf08ae28.tar.xz
add hot babe
some work on evas
Diffstat (limited to 'app-admin/hot-babe')
-rw-r--r--app-admin/hot-babe/Manifest4
-rw-r--r--app-admin/hot-babe/files/digest-hot-babe-0.2.01
-rw-r--r--app-admin/hot-babe/hot-babe-0.2.0.ebuild39
3 files changed, 44 insertions, 0 deletions
diff --git a/app-admin/hot-babe/Manifest b/app-admin/hot-babe/Manifest
new file mode 100644
index 00000000..f8df4dba
--- /dev/null
+++ b/app-admin/hot-babe/Manifest
@@ -0,0 +1,4 @@
+MD5 c5e16bac3fcc7aa2f7e813b6915e8212 files/digest-hot-babe-0.2.0 67
+MD5 cffb6e610005dd5815d2808ee2ee842f files/digest-hot-babe-0.2.2 67
+MD5 42484ac9cc67dc00820292d95c743f66 hot-babe-0.2.0.ebuild 902
+MD5 42484ac9cc67dc00820292d95c743f66 hot-babe-0.2.2.ebuild 902
diff --git a/app-admin/hot-babe/files/digest-hot-babe-0.2.0 b/app-admin/hot-babe/files/digest-hot-babe-0.2.0
new file mode 100644
index 00000000..3d3357ad
--- /dev/null
+++ b/app-admin/hot-babe/files/digest-hot-babe-0.2.0
@@ -0,0 +1 @@
+MD5 e0de887b9ea75dad221830ccfcc3a6da hot-babe-0.2.0.tar.bz2 397541
diff --git a/app-admin/hot-babe/hot-babe-0.2.0.ebuild b/app-admin/hot-babe/hot-babe-0.2.0.ebuild
new file mode 100644
index 00000000..a6215110
--- /dev/null
+++ b/app-admin/hot-babe/hot-babe-0.2.0.ebuild
@@ -0,0 +1,39 @@
+# 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"
+
+IUSE=""
+
+# A space delimited list of portage features to restrict. man 5 ebuild
+# for details. Usually not needed.
+RESTRICT="nomirror"
+
+DEPEND=">=x11-libs/gtk+-2.0
+ media-libs/gdk-pixbuf"
+
+#RDEPEND=""
+
+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
+}