summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-06-11 14:23:20 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-06-11 14:23:20 +0000
commit4e2010e86b0ac7688a479a2938ec469bb5c86816 (patch)
treeb78229c41cb75d0c99badf810b66cc56cffdeb3a /x11-misc/icebgset
parentextra ncurses fix0r (diff)
downloadhistorical-4e2010e86b0ac7688a479a2938ec469bb5c86816.tar.gz
historical-4e2010e86b0ac7688a479a2938ec469bb5c86816.tar.bz2
historical-4e2010e86b0ac7688a479a2938ec469bb5c86816.zip
new package
Diffstat (limited to 'x11-misc/icebgset')
-rw-r--r--x11-misc/icebgset/ChangeLog10
-rw-r--r--x11-misc/icebgset/files/digest-icebgset-0.51
-rw-r--r--x11-misc/icebgset/icebgset-0.5.ebuild26
3 files changed, 37 insertions, 0 deletions
diff --git a/x11-misc/icebgset/ChangeLog b/x11-misc/icebgset/ChangeLog
new file mode 100644
index 000000000000..d8c4fb2ecdbf
--- /dev/null
+++ b/x11-misc/icebgset/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for x11-misc/icebgset
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/icebgset/ChangeLog,v 1.1 2002/06/11 14:23:20 seemant Exp $
+
+*icebgset-0.5 (11 Jun 2002)
+
+ 11 Jun 2002; Seeamnt Kulleen <seemant@gentoo.org> icebgset-0.5.ebuild
+ files/digest-icebgset-0.5 :
+
+ New package, submitted by: Jeepster@gmx.co.uk in bug #2342
diff --git a/x11-misc/icebgset/files/digest-icebgset-0.5 b/x11-misc/icebgset/files/digest-icebgset-0.5
new file mode 100644
index 000000000000..8ef3258072af
--- /dev/null
+++ b/x11-misc/icebgset/files/digest-icebgset-0.5
@@ -0,0 +1 @@
+MD5 ed01609cc75c272afc75ed67b991f918 icebgset-0.5.tar.bz2 240875
diff --git a/x11-misc/icebgset/icebgset-0.5.ebuild b/x11-misc/icebgset/icebgset-0.5.ebuild
new file mode 100644
index 000000000000..90aab0da4d20
--- /dev/null
+++ b/x11-misc/icebgset/icebgset-0.5.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2001 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/icebgset/icebgset-0.5.ebuild,v 1.1 2002/06/11 14:23:20 seemant Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="IceWM background editor."
+SRC_URI="http://www.selena.kherson.ua/xvadim/${P}.tar.bz2"
+HOMEPAGE="http://www.selena.kherson.ua/xvadim"
+
+DEPEND="virtual/x11
+ x11-libs/qt
+ media-libs/jpeg
+ media-libs/libpng"
+
+src_compile () {
+ econf \
+ --with-qt-dir=${QTDIR} || die
+ emake || die
+}
+
+src_install () {
+ einstall || die
+
+ rm -rf ${D}/usr/doc
+ dohtml icebgset/docs/en/*.{html,sgml}
+}