diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2006-01-23 13:11:30 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2006-01-23 13:11:30 +0000 |
commit | 0dc4497372b558699a68699a1b60497e2b4b13ba (patch) | |
tree | 8ab44185b0b2167559c403441af13ae6c89e265d /x11-misc/icesndcfg | |
parent | Version bump, cleaned out old versions (diff) | |
download | historical-0dc4497372b558699a68699a1b60497e2b4b13ba.tar.gz historical-0dc4497372b558699a68699a1b60497e2b4b13ba.tar.bz2 historical-0dc4497372b558699a68699a1b60497e2b4b13ba.zip |
Removing unnecessary dependency (because of modular X)
Package-Manager: portage-2.0.53
Diffstat (limited to 'x11-misc/icesndcfg')
-rw-r--r-- | x11-misc/icesndcfg/ChangeLog | 10 | ||||
-rw-r--r-- | x11-misc/icesndcfg/Manifest | 8 | ||||
-rw-r--r-- | x11-misc/icesndcfg/files/digest-icesndcfg-1.3-r1 | 1 | ||||
-rw-r--r-- | x11-misc/icesndcfg/icesndcfg-1.3-r1.ebuild | 33 |
4 files changed, 47 insertions, 5 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/Manifest b/x11-misc/icesndcfg/Manifest index fa4f8079399f..8083153ad0e7 100644 --- a/x11-misc/icesndcfg/Manifest +++ b/x11-misc/icesndcfg/Manifest @@ -1,6 +1,8 @@ +MD5 46e7422427bb8c0b87d87469de15e610 ChangeLog 2209 +MD5 32a90c4b4c8add7fc091909eb59aedb0 files/digest-icesndcfg-1.1 66 +MD5 4331794b294cb0cd3703240790445b0d files/digest-icesndcfg-1.3 65 +MD5 4331794b294cb0cd3703240790445b0d files/digest-icesndcfg-1.3-r1 65 MD5 ea89642df3134582ad0323e252eb413e icesndcfg-1.1.ebuild 614 +MD5 3ce8a05daa41ad381952f4faa0e9c4e3 icesndcfg-1.3-r1.ebuild 846 MD5 1b61ac0ea9d895264b658cd32ca98c31 icesndcfg-1.3.ebuild 846 -MD5 b29b904f4103ba2b9e19196933f97591 ChangeLog 2057 MD5 b742040acaeddc3798a21739bd59e8aa metadata.xml 224 -MD5 32a90c4b4c8add7fc091909eb59aedb0 files/digest-icesndcfg-1.1 66 -MD5 4331794b294cb0cd3703240790445b0d files/digest-icesndcfg-1.3 65 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 +} |