diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-09-15 01:03:16 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-09-15 01:03:16 +0000 |
commit | 57068358f945d389a274a2f54795dd47d103dad8 (patch) | |
tree | 06d65c82d01a5f351425eccfe4c4edb3236fb54d /media-plugins/xmms-goom | |
parent | gcc-3.3 compile fix (diff) | |
download | historical-57068358f945d389a274a2f54795dd47d103dad8.tar.gz historical-57068358f945d389a274a2f54795dd47d103dad8.tar.bz2 historical-57068358f945d389a274a2f54795dd47d103dad8.zip |
removed crusty ebuilds and added metadata
Diffstat (limited to 'media-plugins/xmms-goom')
-rw-r--r-- | media-plugins/xmms-goom/Manifest | 4 | ||||
-rw-r--r-- | media-plugins/xmms-goom/files/digest-xmms-goom-1.10.0 | 1 | ||||
-rw-r--r-- | media-plugins/xmms-goom/files/xmms-goom-1.10.0-libtool.patch | 12 | ||||
-rw-r--r-- | media-plugins/xmms-goom/metadata.xml | 5 | ||||
-rw-r--r-- | media-plugins/xmms-goom/xmms-goom-1.10.0.ebuild | 42 |
5 files changed, 6 insertions, 58 deletions
diff --git a/media-plugins/xmms-goom/Manifest b/media-plugins/xmms-goom/Manifest index 9681ceb3360c..d8c2499f077e 100644 --- a/media-plugins/xmms-goom/Manifest +++ b/media-plugins/xmms-goom/Manifest @@ -1,7 +1,5 @@ -MD5 960b805106f04887d58b2878583eb8fd xmms-goom-1.10.0.ebuild 1044 MD5 a9da3c3470327381e4142131c9badb62 xmms-goom-1.99.4.ebuild 920 MD5 6c1798424f0a0ae7d19275f4a7a9a921 ChangeLog 904 -MD5 b8e70969c0f221bf8371525e5f69ded0 files/xmms-goom-1.10.0-libtool.patch 551 +MD5 a1eaeb2ae801daeb712c90c060e922dc metadata.xml 158 MD5 c799d0f5d602fcc614edff965046b897 files/xmms-goom-gcc-3.3.patch 5611 -MD5 93a5f4f68328435dec0ed981a2ef1bb7 files/digest-xmms-goom-1.10.0 60 MD5 968662905603222290ae708c927ba2df files/digest-xmms-goom-1.99.4 64 diff --git a/media-plugins/xmms-goom/files/digest-xmms-goom-1.10.0 b/media-plugins/xmms-goom/files/digest-xmms-goom-1.10.0 deleted file mode 100644 index 7e0b74a66be8..000000000000 --- a/media-plugins/xmms-goom/files/digest-xmms-goom-1.10.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 7a48ece9564a4ded125215a3cb5728fc goom-1.10.0.tgz 275658 diff --git a/media-plugins/xmms-goom/files/xmms-goom-1.10.0-libtool.patch b/media-plugins/xmms-goom/files/xmms-goom-1.10.0-libtool.patch deleted file mode 100644 index 89e05653472c..000000000000 --- a/media-plugins/xmms-goom/files/xmms-goom-1.10.0-libtool.patch +++ /dev/null @@ -1,12 +0,0 @@ -372,376c372,376 -< if test "$LTCONFIG_VERSION" != "$VERSION"; then -< echo "$modename: ltconfig version \`$LTCONFIG_VERSION' does not match $PROGRAM version \`$VERSION'" 1>&2 -< echo "Fatal configuration error. See the $PACKAGE docs for more information." 1>&2 -< exit 1 -< fi ---- -> #if test "$LTCONFIG_VERSION" != "$VERSION"; then -> # echo "$modename: ltconfig version \`$LTCONFIG_VERSION' does not match $PROGRAM version \`$VERSION'" 1>&2 -> # echo "Fatal configuration error. See the $PACKAGE docs for more information." 1>&2 -> # exit 1 -> #fi diff --git a/media-plugins/xmms-goom/metadata.xml b/media-plugins/xmms-goom/metadata.xml new file mode 100644 index 000000000000..e1774e3d9ad7 --- /dev/null +++ b/media-plugins/xmms-goom/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>sound</herd> +</pkgmetadata> diff --git a/media-plugins/xmms-goom/xmms-goom-1.10.0.ebuild b/media-plugins/xmms-goom/xmms-goom-1.10.0.ebuild deleted file mode 100644 index 247ddc0fa18a..000000000000 --- a/media-plugins/xmms-goom/xmms-goom-1.10.0.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-goom/xmms-goom-1.10.0.ebuild,v 1.3 2003/07/12 18:40:45 aliz Exp $ - -MY_P=${P/xmms-/} -S=${WORKDIR}/${MY_P} -DESCRIPTION="Trippy Vis for XMMS using SDL." -SRC_URI="http://unc.dl.sourceforge.net/sourceforge/goom/${MY_P}.tgz" -HOMEPAGE="http://ios.free.fr/?page=projet&quoi=1&lg=AN" - -SLOT="0" -LICENSE="LGPL-2" -KEYWORDS="x86" - -DEPEND="media-sound/xmms - media-libs/libsdl - sys-apps/sh-utils" - -src_compile() { - - # special script for Athlon/Duron users - if [ -n "`uname -p | grep Duron` || `uname -p | grep Athlon`" ] - then - einfo "Athlon/Duron prep" - ./athlon.sh - fi - - econf - # patch out the version mismatch junk - patch libtool < ${FILESDIR}/${P}-libtool.patch || die - emake OPT="$CFLAGS" || die -} - -src_install() { - make DESTDIR=${D} install || die - dodoc INSTALL README AUTHORS NEWS KNOWNBUGS ChangeLog -} - - -src_postinst() { - einfo "Press TAB for Fullscreen, +/- for resolution." -} |