summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2006-01-23 13:11:30 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2006-01-23 13:11:30 +0000
commit4467eb6df52d2e72fe64db386d82729900cdc046 (patch)
tree10c9bb05d5cbe0a7dbc85ddcd471c1a5e4f49ef4 /x11-misc/icesndcfg
parentVersion bump, cleaned out old versions (diff)
downloadgentoo-2-4467eb6df52d2e72fe64db386d82729900cdc046.tar.gz
gentoo-2-4467eb6df52d2e72fe64db386d82729900cdc046.tar.bz2
gentoo-2-4467eb6df52d2e72fe64db386d82729900cdc046.zip
Removing unnecessary dependency (because of modular X)
(Portage version: 2.0.53)
Diffstat (limited to 'x11-misc/icesndcfg')
-rw-r--r--x11-misc/icesndcfg/ChangeLog10
-rw-r--r--x11-misc/icesndcfg/files/digest-icesndcfg-1.3-r11
-rw-r--r--x11-misc/icesndcfg/icesndcfg-1.3-r1.ebuild33
3 files changed, 42 insertions, 2 deletions
diff --git a/x11-misc/icesndcfg/ChangeLog b/x11-misc/icesndcfg/ChangeLog
index 4fd226054ca6..08b1db336578 100644
--- a/x11-misc/icesndcfg/ChangeLog
+++ b/x11-misc/icesndcfg/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-misc/icesndcfg
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/icesndcfg/ChangeLog,v 1.17 2005/07/07 05:21:02 caleb Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/icesndcfg/ChangeLog,v 1.18 2006/01/23 13:11:30 phosphan Exp $
+
+*icesndcfg-1.3-r1 (23 Jan 2006)
+
+ 23 Jan 2006; Patrick Kursawe <phosphan@gentoo.org>
+ +icesndcfg-1.3-r1.ebuild:
+ Removing unnecessary dependency
07 Jul 2005; Caleb Tennis <caleb@gentoo.org> icesndcfg-1.1.ebuild,
icesndcfg-1.3.ebuild:
diff --git a/x11-misc/icesndcfg/files/digest-icesndcfg-1.3-r1 b/x11-misc/icesndcfg/files/digest-icesndcfg-1.3-r1
new file mode 100644
index 000000000000..6b22953b3fc8
--- /dev/null
+++ b/x11-misc/icesndcfg/files/digest-icesndcfg-1.3-r1
@@ -0,0 +1 @@
+MD5 2113c524ebbbf38ce7eb174b9997c202 icesndcfg-1.3.tar.bz2 11404
diff --git a/x11-misc/icesndcfg/icesndcfg-1.3-r1.ebuild b/x11-misc/icesndcfg/icesndcfg-1.3-r1.ebuild
new file mode 100644
index 000000000000..19f7f1a8e7e3
--- /dev/null
+++ b/x11-misc/icesndcfg/icesndcfg-1.3-r1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/icesndcfg/icesndcfg-1.3-r1.ebuild,v 1.1 2006/01/23 13:11:30 phosphan Exp $
+
+IUSE=""
+
+DESCRIPTION="IceWM sound editor."
+SRC_URI="mirror://sourceforge/icecc/${P}.tar.bz2"
+HOMEPAGE="http://icecc.sourceforge.net/"
+
+DEPEND=">=x11-libs/qt-3.0.0"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~sparc ~ppc"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ sed -e "s:/usr/local:/usr:" -i ${PN}.pro || die "sed failed"
+ echo >> ${PN}.pro -e "QMAKE_CXXFLAGS_RELEASE += ${CXXFLAGS}\nQMAKE_CFLAGS_RELEASE += ${CFLAGS}"
+}
+
+src_compile () {
+ addwrite ${QTDIR}/etc/settings
+ ${QTDIR}/bin/qmake ${PN}.pro
+ emake || die
+}
+
+src_install () {
+ make INSTALL_ROOT="${D}" install || die
+ dodoc AUTHORS COPYING TODO README ChangeLog
+}