diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-03-25 11:12:37 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-03-25 11:12:37 +0000 |
commit | 18b22e0bd65a1917b5c3f8907155320fd345d3da (patch) | |
tree | 64ec6593bcc068338627a47922e4049358958e2a /media-libs/id3lib | |
parent | Added hppa to KEYWORDS. (diff) | |
download | gentoo-2-18b22e0bd65a1917b5c3f8907155320fd345d3da.tar.gz gentoo-2-18b22e0bd65a1917b5c3f8907155320fd345d3da.tar.bz2 gentoo-2-18b22e0bd65a1917b5c3f8907155320fd345d3da.zip |
removed crusty ebuilds
Diffstat (limited to 'media-libs/id3lib')
-rw-r--r-- | media-libs/id3lib/files/digest-id3lib-3.8.0_pre2-r3 | 1 | ||||
-rw-r--r-- | media-libs/id3lib/files/digest-id3lib-3.8.2 | 1 | ||||
-rw-r--r-- | media-libs/id3lib/id3lib-3.8.0_pre2-r3.ebuild | 50 | ||||
-rw-r--r-- | media-libs/id3lib/id3lib-3.8.2.ebuild | 34 | ||||
-rw-r--r-- | media-libs/id3lib/id3lib-3.8.3.ebuild | 16 |
5 files changed, 2 insertions, 100 deletions
diff --git a/media-libs/id3lib/files/digest-id3lib-3.8.0_pre2-r3 b/media-libs/id3lib/files/digest-id3lib-3.8.0_pre2-r3 deleted file mode 100644 index 72c7aeafef6d..000000000000 --- a/media-libs/id3lib/files/digest-id3lib-3.8.0_pre2-r3 +++ /dev/null @@ -1 +0,0 @@ -MD5 48444a1eb634c034c05388e8e2bb5024 id3lib-3.8.0pre2.tar.gz 680219 diff --git a/media-libs/id3lib/files/digest-id3lib-3.8.2 b/media-libs/id3lib/files/digest-id3lib-3.8.2 deleted file mode 100644 index 1a5c2a9a8d3e..000000000000 --- a/media-libs/id3lib/files/digest-id3lib-3.8.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 b5da9d2f714203eb6f78f63d1725ff39 id3lib-3.8.2.tar.gz 948586 diff --git a/media-libs/id3lib/id3lib-3.8.0_pre2-r3.ebuild b/media-libs/id3lib/id3lib-3.8.0_pre2-r3.ebuild deleted file mode 100644 index b9a0887e5e16..000000000000 --- a/media-libs/id3lib/id3lib-3.8.0_pre2-r3.ebuild +++ /dev/null @@ -1,50 +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-libs/id3lib/id3lib-3.8.0_pre2-r3.ebuild,v 1.9 2003/02/13 12:45:34 vapier Exp $ - -MY_P=${P/_/} -S=${WORKDIR}/${MY_P} -DESCRIPTION="Id3 library for C/C++" -SRC_URI="mirror://sourceforge/id3lib/${MY_P}.tar.gz" -HOMEPAGE="http://id3lib.sourceforge.net/" - -SLOT="0" -LICENSE="LGPL-2.1" -KEYWORDS="x86 ppc sparc " - -DEPEND="virtual/glibc" - -src_unpack() { - - unpack ${A} - - if [ "`gcc --version | cut -f1 -d.`" -eq 3 ] || - ([ -n "${CXX}" ] && [ "`${CXX} --version | cut -f1 -d.`" -eq 3 ]) || - [ "`gcc --version|grep gcc|cut -f1 -d.|cut -f3 -d\ `" -eq 3 ] - then - cd ${S} - # Patch for compilation with gcc-3.0.x thanks to Dirk Jagdmann (doj), - # and me (fixed the const char** in utils.cpp) - # - # Azarah - 5 May 2002 - patch -p1 <${FILESDIR}/${P}-gcc3.patch || die - fi -} - -src_compile() { - - export CPPFLAGS="${CPPFLAGS} -Wno-deprecated" - - econf || die - emake || die -} - -src_install() { - - make DESTDIR=${D} install || die - - dodoc AUTHORS COPYING ChangeLog HISTORY INSTALL README THANKS TODO -# some example programs to be placed in docs dir. - make clean - cp -a examples ${D}/usr/share/doc/${PF}/examples -} diff --git a/media-libs/id3lib/id3lib-3.8.2.ebuild b/media-libs/id3lib/id3lib-3.8.2.ebuild deleted file mode 100644 index 886481eabf7e..000000000000 --- a/media-libs/id3lib/id3lib-3.8.2.ebuild +++ /dev/null @@ -1,34 +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-libs/id3lib/id3lib-3.8.2.ebuild,v 1.3 2003/03/03 17:58:55 mholzer Exp $ - -MY_P=${P/_/} -S=${WORKDIR}/${MY_P} -DESCRIPTION="Id3 library for C/C++" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" -HOMEPAGE="http://id3lib.sourceforge.net/" - -SLOT="0" -LICENSE="LGPL-2.1" -KEYWORDS="x86 ~ppc ~sparc" - -DEPEND="virtual/glibc" - -src_unpack() { - unpack ${A} -} - -src_compile() { - export CPPFLAGS="${CPPFLAGS} -Wno-deprecated" - - econf || die - emake || die -} - -src_install() { - make DESTDIR=${D} install || die - - dodoc AUTHORS COPYING ChangeLog HISTORY INSTALL README THANKS TODO - make clean - cp -a examples ${D}/usr/share/doc/${PF}/examples -} diff --git a/media-libs/id3lib/id3lib-3.8.3.ebuild b/media-libs/id3lib/id3lib-3.8.3.ebuild index d2af3e5a3bee..6ca70374d04d 100644 --- a/media-libs/id3lib/id3lib-3.8.3.ebuild +++ b/media-libs/id3lib/id3lib-3.8.3.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/media-libs/id3lib/id3lib-3.8.3.ebuild,v 1.2 2003/03/14 23:36:05 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/id3lib/id3lib-3.8.3.ebuild,v 1.3 2003/03/25 11:12:37 seemant Exp $ MY_P=${P/_/} S=${WORKDIR}/${MY_P} @@ -14,19 +14,7 @@ KEYWORDS="~x86 ~ppc ~sparc ~alpha" DEPEND="virtual/glibc" -src_unpack() { - - unpack ${A} - -} - -src_compile() { - - export CPPFLAGS="${CPPFLAGS} -Wno-deprecated" - - econf || die - emake || die -} +export CPPFLAGS="${CPPFLAGS} -Wno-deprecated" src_install() { |