summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2003-03-17 09:14:06 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2003-03-17 09:14:06 +0000
commit7361672922ea56b289688037f91f19d773e03150 (patch)
tree754af42dad5dbdbf105b40211a1949a0dd0b4946 /x11-misc/icebgset
parentVersion bump, moved perlmagick to seperate ebuild (diff)
downloadhistorical-7361672922ea56b289688037f91f19d773e03150.tar.gz
historical-7361672922ea56b289688037f91f19d773e03150.tar.bz2
historical-7361672922ea56b289688037f91f19d773e03150.zip
new version
Diffstat (limited to 'x11-misc/icebgset')
-rw-r--r--x11-misc/icebgset/ChangeLog8
-rw-r--r--x11-misc/icebgset/files/digest-icebgset-0.81
-rw-r--r--x11-misc/icebgset/icebgset-0.8.ebuild26
3 files changed, 34 insertions, 1 deletions
diff --git a/x11-misc/icebgset/ChangeLog b/x11-misc/icebgset/ChangeLog
index 37878db762b4..eb26435a57b2 100644
--- a/x11-misc/icebgset/ChangeLog
+++ b/x11-misc/icebgset/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for x11-misc/icebgset
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/icebgset/ChangeLog,v 1.4 2003/02/12 09:29:05 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/icebgset/ChangeLog,v 1.5 2003/03/17 09:14:06 phosphan Exp $
+*icebgset-0.8 (17 Mar 2003)
+
+ 17 Mar 2003; Patrick Kursawe <phosphan@gentoo.org> icebgset-0.8.ebuild
+ files-digest-icebgset-0.8 :
+ New version
+
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
*icebgset-0.5 (11 Jun 2002)
diff --git a/x11-misc/icebgset/files/digest-icebgset-0.8 b/x11-misc/icebgset/files/digest-icebgset-0.8
new file mode 100644
index 000000000000..4f4a5d87fe58
--- /dev/null
+++ b/x11-misc/icebgset/files/digest-icebgset-0.8
@@ -0,0 +1 @@
+MD5 ff17413ac119cf26d199d9d7d0f70dd7 icebgset-0.8.tar.bz2 240959
diff --git a/x11-misc/icebgset/icebgset-0.8.ebuild b/x11-misc/icebgset/icebgset-0.8.ebuild
new file mode 100644
index 000000000000..945f59c8b5de
--- /dev/null
+++ b/x11-misc/icebgset/icebgset-0.8.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/icebgset/icebgset-0.8.ebuild,v 1.1 2003/03/17 09:14:06 phosphan Exp $
+
+DESCRIPTION="IceWM background editor"
+SRC_URI="http://tsa.dyndns.org/mirror/xvadim/${P}.tar.bz2"
+HOMEPAGE="http://tsa.dyndns.org/mirror/xvadim/"
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+
+DEPEND=">=qt-3.0.0"
+
+SLOT="0"
+
+src_compile () {
+ econf || die
+ emake || die
+}
+
+src_install () {
+ einstall || die
+
+ rm -rf ${D}/usr/doc
+ dohtml ${PN}/docs/en/*.{html,sgml}
+ dodoc AUTHORS ChangeLog README TODO
+}