summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-misc/icecc/ChangeLog11
-rw-r--r--x11-misc/icecc/files/digest-icecc-1.51
-rw-r--r--x11-misc/icecc/icecc-1.5.ebuild26
3 files changed, 37 insertions, 1 deletions
diff --git a/x11-misc/icecc/ChangeLog b/x11-misc/icecc/ChangeLog
index fb2ebf3ea8a9..f3c1d6ecc7c4 100644
--- a/x11-misc/icecc/ChangeLog
+++ b/x11-misc/icecc/ChangeLog
@@ -1,6 +1,15 @@
# ChangeLog for x11-misc/icecc
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/icecc/ChangeLog,v 1.4 2003/02/12 09:29:10 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/icecc/ChangeLog,v 1.5 2003/03/17 09:22:12 phosphan Exp $
+
+*icecc-1.5 (17 Mar 2003)
+
+ 17 Mar 2003; Patrick Kursawe <phosphan@gentoo.org> icecc-1.5.ebuild
+ files/digest-icecc-1.5
+ new version - does not depend on the other tools by the same author
+ because it could aswell just fire up "vi" for every job - the helpers
+ are configurable. See icewm-tools for a convenience package that
+ depends on Vadim Khohlov's programs.
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
diff --git a/x11-misc/icecc/files/digest-icecc-1.5 b/x11-misc/icecc/files/digest-icecc-1.5
new file mode 100644
index 000000000000..2bf8f378ccb2
--- /dev/null
+++ b/x11-misc/icecc/files/digest-icecc-1.5
@@ -0,0 +1 @@
+MD5 d825160422af53575488257814e36d19 icecc-1.5.tar.bz2 300454
diff --git a/x11-misc/icecc/icecc-1.5.ebuild b/x11-misc/icecc/icecc-1.5.ebuild
new file mode 100644
index 000000000000..9d5ef68cd734
--- /dev/null
+++ b/x11-misc/icecc/icecc-1.5.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/icecc/icecc-1.5.ebuild,v 1.1 2003/03/17 09:22:12 phosphan Exp $
+
+DESCRIPTION="IceWM Control Center"
+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
+}