diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 20:25:19 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 20:25:19 +0000 |
commit | 5c502d4695d3fc16f9157dfd1cfbdfe0906f5b9d (patch) | |
tree | accfe4ced00a81f26c7d22d17abafa7c93441b7b /media-sound/wmsound-data | |
parent | Dummify src_compile. (diff) | |
download | historical-5c502d4695d3fc16f9157dfd1cfbdfe0906f5b9d.tar.gz historical-5c502d4695d3fc16f9157dfd1cfbdfe0906f5b9d.tar.bz2 historical-5c502d4695d3fc16f9157dfd1cfbdfe0906f5b9d.zip |
Remove src_compile.
Package-Manager: portage-2.1.2_rc4-r6
Diffstat (limited to 'media-sound/wmsound-data')
-rw-r--r-- | media-sound/wmsound-data/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/wmsound-data/files/digest-wmsound-data-1.0.0 | 6 | ||||
-rw-r--r-- | media-sound/wmsound-data/wmsound-data-1.0.0.ebuild | 8 |
3 files changed, 13 insertions, 9 deletions
diff --git a/media-sound/wmsound-data/ChangeLog b/media-sound/wmsound-data/ChangeLog index cf01e571a7ca..761666a5081a 100644 --- a/media-sound/wmsound-data/ChangeLog +++ b/media-sound/wmsound-data/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/wmsound-data -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/wmsound-data/ChangeLog,v 1.5 2004/09/15 17:46:40 eradicator Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/wmsound-data/ChangeLog,v 1.6 2007/01/05 20:25:19 flameeyes Exp $ + + 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> + wmsound-data-1.0.0.ebuild: + Remove src_compile. 15 Sep 2004; Jeremy Huddleston <eradicator@gentoo.org> wmsound-data-1.0.0.ebuild: diff --git a/media-sound/wmsound-data/files/digest-wmsound-data-1.0.0 b/media-sound/wmsound-data/files/digest-wmsound-data-1.0.0 index b8dcbf0b1b20..8f5b72d12da8 100644 --- a/media-sound/wmsound-data/files/digest-wmsound-data-1.0.0 +++ b/media-sound/wmsound-data/files/digest-wmsound-data-1.0.0 @@ -1,2 +1,6 @@ -MD5 ba753aac69aca1e4fd11430ecb46d20f worms2sounds.tar.gz 356608 MD5 bec32117f9c7ef1f056e96bc8fefae9a wmsdefault.tar.gz 711376 +RMD160 0a66cc4983579c434a3ea086485e01ebd707af0d wmsdefault.tar.gz 711376 +SHA256 f21433c6a2139dd143ce5d6cb40311fca5378e18794f04a9f9fb72c9bc5d0f7d wmsdefault.tar.gz 711376 +MD5 ba753aac69aca1e4fd11430ecb46d20f worms2sounds.tar.gz 356608 +RMD160 c34506e220541ace1470ee82a81d6606058524d5 worms2sounds.tar.gz 356608 +SHA256 d6646a2d03019db7465bf6f068b76efec601bd49ae30c275a1b249623da21510 worms2sounds.tar.gz 356608 diff --git a/media-sound/wmsound-data/wmsound-data-1.0.0.ebuild b/media-sound/wmsound-data/wmsound-data-1.0.0.ebuild index a0f239d4e196..bc19b42a46e4 100644 --- a/media-sound/wmsound-data/wmsound-data-1.0.0.ebuild +++ b/media-sound/wmsound-data/wmsound-data-1.0.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/wmsound-data/wmsound-data-1.0.0.ebuild,v 1.5 2004/09/15 17:46:40 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/wmsound-data/wmsound-data-1.0.0.ebuild,v 1.6 2007/01/05 20:25:19 flameeyes Exp $ IUSE="" @@ -18,10 +18,6 @@ KEYWORDS="x86 ~ppc amd64 sparc" S1=${WORKDIR}/Sounds S2=${WORKDIR}/SoundSets -src_compile() { - einfo "Nothing to compile" -} - src_install() { insinto /usr/share/WindowMaker/Defaults doins ${FILESDIR}/WMSound |