diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2003-05-19 14:00:26 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2003-05-19 14:00:26 +0000 |
commit | 95eb01f27db4a981d2d3d0c6c02564edf5c0750b (patch) | |
tree | 34dfec78498f8b7789ea7ddf38ea8ea80d979855 /x11-misc/icesndcfg | |
parent | version bump (diff) | |
download | gentoo-2-95eb01f27db4a981d2d3d0c6c02564edf5c0750b.tar.gz gentoo-2-95eb01f27db4a981d2d3d0c6c02564edf5c0750b.tar.bz2 gentoo-2-95eb01f27db4a981d2d3d0c6c02564edf5c0750b.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.0 | 1 | ||||
-rw-r--r-- | x11-misc/icesndcfg/icesndcfg-1.0.ebuild | 28 |
4 files changed, 37 insertions, 3 deletions
diff --git a/x11-misc/icesndcfg/ChangeLog b/x11-misc/icesndcfg/ChangeLog index d07030e01c52..9b97a95f7e1c 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.4 2003/02/12 09:29:15 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icesndcfg/ChangeLog,v 1.5 2003/05/19 14:00:14 phosphan Exp $ + +*icesndcfg-1.0 (19 May 2003) + + 19 May 2003; Patrick Kursawe <phosphan@gentoo.org> icesndcfg-1.0.ebuild: + Version bump. Rewritten, uses Qt instead of GTK now. 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/x11-misc/icesndcfg/Manifest b/x11-misc/icesndcfg/Manifest index eebe3cb1601f..40c63da7aab3 100644 --- a/x11-misc/icesndcfg/Manifest +++ b/x11-misc/icesndcfg/Manifest @@ -1,5 +1,5 @@ MD5 bd1ec6487061a5124bb214d25779d5ab icesndcfg-0.8.ebuild 854 -MD5 d57efecb84e1e33213fffcfac7e0c5ac ChangeLog 506 -MD5 6edfd33ddee07550c9b8d50d81e70384 icesndcfg-1.0.ebuild 574 +MD5 f42aa77f83d426c83f54b09cdf89a5c5 ChangeLog 669 +MD5 06b1d6d84ebed73482a1f2a93aff7857 icesndcfg-1.0.ebuild 576 MD5 889fd02e3c187951459c32bab5dfc8a6 files/digest-icesndcfg-0.8 65 MD5 81a4f08c0e6bd3ba2e94811ee8b5930a files/digest-icesndcfg-1.0 66 diff --git a/x11-misc/icesndcfg/files/digest-icesndcfg-1.0 b/x11-misc/icesndcfg/files/digest-icesndcfg-1.0 new file mode 100644 index 000000000000..d3269ca2a331 --- /dev/null +++ b/x11-misc/icesndcfg/files/digest-icesndcfg-1.0 @@ -0,0 +1 @@ +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 new file mode 100644 index 000000000000..eeea622cceb3 --- /dev/null +++ b/x11-misc/icesndcfg/icesndcfg-1.0.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.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 +} |