diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2003-07-30 10:21:25 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2003-07-30 10:21:25 +0000 |
commit | 8582e33a85ee5ba75d00ca3495814cd9a4e1ad16 (patch) | |
tree | 2678173e0e6d8bccdd8c254da4570ab3aa81889b /x11-misc/icesndcfg | |
parent | *** empty log message *** (diff) | |
download | historical-8582e33a85ee5ba75d00ca3495814cd9a4e1ad16.tar.gz historical-8582e33a85ee5ba75d00ca3495814cd9a4e1ad16.tar.bz2 historical-8582e33a85ee5ba75d00ca3495814cd9a4e1ad16.zip |
cleanups
Diffstat (limited to 'x11-misc/icesndcfg')
-rw-r--r-- | x11-misc/icesndcfg/Manifest | 4 | ||||
-rw-r--r-- | x11-misc/icesndcfg/files/digest-icesndcfg-1.0 | 1 | ||||
-rw-r--r-- | x11-misc/icesndcfg/icesndcfg-1.0.ebuild | 28 | ||||
-rw-r--r-- | x11-misc/icesndcfg/icesndcfg-1.1.ebuild | 4 |
4 files changed, 3 insertions, 34 deletions
diff --git a/x11-misc/icesndcfg/Manifest b/x11-misc/icesndcfg/Manifest index d7e0368232e8..082272ef1236 100644 --- a/x11-misc/icesndcfg/Manifest +++ b/x11-misc/icesndcfg/Manifest @@ -1,8 +1,6 @@ MD5 bd1ec6487061a5124bb214d25779d5ab icesndcfg-0.8.ebuild 854 -MD5 9143294c8ec46a06b96188a1b47cbfa3 icesndcfg-1.1.ebuild 576 +MD5 ce4678b6d633c451977878ee09b12c68 icesndcfg-1.1.ebuild 575 MD5 36a74deaff7524ba3c17ea2e266e9953 ChangeLog 790 MD5 b742040acaeddc3798a21739bd59e8aa metadata.xml 224 -MD5 06b1d6d84ebed73482a1f2a93aff7857 icesndcfg-1.0.ebuild 576 MD5 889fd02e3c187951459c32bab5dfc8a6 files/digest-icesndcfg-0.8 65 -MD5 81a4f08c0e6bd3ba2e94811ee8b5930a files/digest-icesndcfg-1.0 66 MD5 32a90c4b4c8add7fc091909eb59aedb0 files/digest-icesndcfg-1.1 66 diff --git a/x11-misc/icesndcfg/files/digest-icesndcfg-1.0 b/x11-misc/icesndcfg/files/digest-icesndcfg-1.0 deleted file mode 100644 index d3269ca2a331..000000000000 --- a/x11-misc/icesndcfg/files/digest-icesndcfg-1.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 91a638107b9c7ea675e4b9cca3cb9761 icesndcfg-1.0.tar.bz2 443790 diff --git a/x11-misc/icesndcfg/icesndcfg-1.0.ebuild b/x11-misc/icesndcfg/icesndcfg-1.0.ebuild deleted file mode 100644 index eeea622cceb3..000000000000 --- a/x11-misc/icesndcfg/icesndcfg-1.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/icesndcfg/icesndcfg-1.0.ebuild,v 1.1 2003/05/19 14:00:14 phosphan Exp $ - -IUSE="" - -DESCRIPTION="IceWM sound editor." -SRC_URI="mirror://sourceforge/icecc/${P}.tar.bz2" -HOMEPAGE="http://icecc.sourceforge.net/" - -DEPEND="virtual/x11 - >=x11-libs/qt-3.0.0" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~sparc " - -src_compile () { - - econf - emake || die -} - -src_install () { - einstall || die - - dodoc AUTHORS COPYING TODO README -} diff --git a/x11-misc/icesndcfg/icesndcfg-1.1.ebuild b/x11-misc/icesndcfg/icesndcfg-1.1.ebuild index fd05cad34359..ef60b9e9853e 100644 --- a/x11-misc/icesndcfg/icesndcfg-1.1.ebuild +++ b/x11-misc/icesndcfg/icesndcfg-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/icesndcfg/icesndcfg-1.1.ebuild,v 1.1 2003/07/08 13:53:46 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icesndcfg/icesndcfg-1.1.ebuild,v 1.2 2003/07/30 10:20:22 phosphan Exp $ IUSE="" @@ -13,7 +13,7 @@ DEPEND="virtual/x11 SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~sparc " +KEYWORDS="x86 ~sparc " src_compile () { |