diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2003-07-08 13:56:22 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2003-07-08 13:56:22 +0000 |
commit | 025175da72ed5ef1309ff3758e1beb20b3955149 (patch) | |
tree | 01d40ec48944505a5427e6e33a6a289e58fe42e3 /x11-misc/icesndcfg | |
parent | Version bump (diff) | |
download | gentoo-2-025175da72ed5ef1309ff3758e1beb20b3955149.tar.gz gentoo-2-025175da72ed5ef1309ff3758e1beb20b3955149.tar.bz2 gentoo-2-025175da72ed5ef1309ff3758e1beb20b3955149.zip |
Version bump
Diffstat (limited to 'x11-misc/icesndcfg')
-rw-r--r-- | x11-misc/icesndcfg/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/icesndcfg/Manifest | 4 | ||||
-rw-r--r-- | x11-misc/icesndcfg/files/digest-icesndcfg-1.1 | 1 | ||||
-rw-r--r-- | x11-misc/icesndcfg/icesndcfg-1.1.ebuild | 28 |
4 files changed, 37 insertions, 3 deletions
diff --git a/x11-misc/icesndcfg/ChangeLog b/x11-misc/icesndcfg/ChangeLog index 9b97a95f7e1c..9b6233e6d836 100644 --- a/x11-misc/icesndcfg/ChangeLog +++ b/x11-misc/icesndcfg/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-misc/icesndcfg # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/icesndcfg/ChangeLog,v 1.5 2003/05/19 14:00:14 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icesndcfg/ChangeLog,v 1.6 2003/07/08 13:53:46 phosphan Exp $ + +*icesndcfg-1.1 (08 Jul 2003) + + 08 Jul 2003; Patrick Kursawe <phosphan@gentoo.org> icesndcfg-1.1.ebuild: + Version bump *icesndcfg-1.0 (19 May 2003) diff --git a/x11-misc/icesndcfg/Manifest b/x11-misc/icesndcfg/Manifest index 3b44697ea91c..d7e0368232e8 100644 --- a/x11-misc/icesndcfg/Manifest +++ b/x11-misc/icesndcfg/Manifest @@ -1,6 +1,6 @@ MD5 bd1ec6487061a5124bb214d25779d5ab icesndcfg-0.8.ebuild 854 -MD5 06b1d6d84ebed73482a1f2a93aff7857 icesndcfg-1.1.ebuild 576 -MD5 f42aa77f83d426c83f54b09cdf89a5c5 ChangeLog 669 +MD5 9143294c8ec46a06b96188a1b47cbfa3 icesndcfg-1.1.ebuild 576 +MD5 36a74deaff7524ba3c17ea2e266e9953 ChangeLog 790 MD5 b742040acaeddc3798a21739bd59e8aa metadata.xml 224 MD5 06b1d6d84ebed73482a1f2a93aff7857 icesndcfg-1.0.ebuild 576 MD5 889fd02e3c187951459c32bab5dfc8a6 files/digest-icesndcfg-0.8 65 diff --git a/x11-misc/icesndcfg/files/digest-icesndcfg-1.1 b/x11-misc/icesndcfg/files/digest-icesndcfg-1.1 new file mode 100644 index 000000000000..2af4844cf1c6 --- /dev/null +++ b/x11-misc/icesndcfg/files/digest-icesndcfg-1.1 @@ -0,0 +1 @@ +MD5 73cbc91e54668b180e237bbf683df7b9 icesndcfg-1.1.tar.bz2 370269 diff --git a/x11-misc/icesndcfg/icesndcfg-1.1.ebuild b/x11-misc/icesndcfg/icesndcfg-1.1.ebuild new file mode 100644 index 000000000000..fd05cad34359 --- /dev/null +++ b/x11-misc/icesndcfg/icesndcfg-1.1.ebuild @@ -0,0 +1,28 @@ +# 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 $ + +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 +} |