diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-21 03:07:47 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-21 03:07:47 +0000 |
commit | bdcb0499ae169a86158e041e3052e6547fc09714 (patch) | |
tree | 4747819c5a3efb0dbae3284aa0c21b68630c5608 /media-sound/gogo | |
parent | added ppc keyword (diff) | |
download | historical-bdcb0499ae169a86158e041e3052e6547fc09714.tar.gz historical-bdcb0499ae169a86158e041e3052e6547fc09714.tar.bz2 historical-bdcb0499ae169a86158e041e3052e6547fc09714.zip |
repoman'd
Diffstat (limited to 'media-sound/gogo')
-rw-r--r-- | media-sound/gogo/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/gogo/files/digest-gogo-3.10 | 1 | ||||
-rw-r--r-- | media-sound/gogo/gogo-3.10-r1.ebuild | 25 | ||||
-rw-r--r-- | media-sound/gogo/gogo-3.10.ebuild | 70 |
4 files changed, 17 insertions, 87 deletions
diff --git a/media-sound/gogo/ChangeLog b/media-sound/gogo/ChangeLog index 8bcacfd6431f..74a2d700d92f 100644 --- a/media-sound/gogo/ChangeLog +++ b/media-sound/gogo/ChangeLog @@ -1,12 +1,12 @@ # ChangeLog for media-sound/gogo # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gogo/ChangeLog,v 1.3 2002/07/02 03:08:13 lamer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/gogo/ChangeLog,v 1.4 2002/07/21 03:07:46 seemant Exp $ *gogo-3.10-r1 (1 Jul 2002) - 1 Jul 2002; Ben Lutgens <lamer@gentoo.org> gogo-3.10-r1.ebuild : + 1 Jul 2002; Ben Lutgens <lamer@gentoo.org> gogo-3.10-r1.ebuild : - The workdir was wrong, removed the src_unpack() because it was useless - and corrected the dodoc stuff at the end of src_install() + The workdir was wrong, removed the src_unpack() because it was useless + and corrected the dodoc stuff at the end of src_install() *gogo-3.10 (20 Jun 2002) diff --git a/media-sound/gogo/files/digest-gogo-3.10 b/media-sound/gogo/files/digest-gogo-3.10 deleted file mode 100644 index b5987ee89ed1..000000000000 --- a/media-sound/gogo/files/digest-gogo-3.10 +++ /dev/null @@ -1 +0,0 @@ -MD5 a8900ca2480d22ffc446c9453b141004 petit310pl3.tgz 362389 diff --git a/media-sound/gogo/gogo-3.10-r1.ebuild b/media-sound/gogo/gogo-3.10-r1.ebuild index 166d08badc74..f9c1db1e9167 100644 --- a/media-sound/gogo/gogo-3.10-r1.ebuild +++ b/media-sound/gogo/gogo-3.10-r1.ebuild @@ -1,19 +1,22 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-sound/gogo/gogo-3.10-r1.ebuild,v 1.2 2002/07/11 06:30:40 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/gogo/gogo-3.10-r1.ebuild,v 1.3 2002/07/21 03:07:46 seemant Exp $ S=${WORKDIR}/petit310pl3 DESCRIPTION="GoGo is an assembly optimized version of LAME 3.91" SRC_URI="http://member.nifty.ne.jp/~pen/free/gogo3/down/petit310pl3.tgz" HOMEPAGE="http://member.nifty.ne.jp/~pen/free/gogo3/mct_gogo.htm" -DEPEND="virtual/glibc - dev-lang/nasm" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 -ppc -sparc -sparc64" + +DEPEND="dev-lang/nasm" # >=sys-libs/ncurses-5.H2 # gtk? ( =x11-libs/gtk+-1.2* )" # oggvorbis? ( >=media-libs/libvorbis-1.0_rc3 )" # Oggvorbis support breaks with -rc3 -RDEPEND="virtual/glibc" +#RDEPEND="virtual/glibc" # >=sys-libs/ncurses-5.2 # gtk? ( =x11-libs/gtk+-1.2* )" # oggvorbis? ( >=media-libs/libvorbis-1.0_rc3 )" @@ -36,8 +39,7 @@ src_compile() { myconf="$myconf --enable-debug=no" fi - ./configure --prefix=/usr \ - --mandir=/usr/share/man \ + econf \ --enable-shared \ --enable-nasm \ --enable-extopt=full \ @@ -48,13 +50,12 @@ src_compile() { src_install () { - cd /var/tmp/portage/gogo-${PV}/work/petit310pl3 patch -p0 < ${FILESDIR}/make-work-3.10pl3.patch || die - mkdir ${D}/usr - mkdir ${D}/usr/bin - mkdir ${D}/usr/share - mkdir ${D}/usr/share/man - mkdir ${D}/usr/share/doc + + dodir /usr/bin + dodir /usr/share/man + dodir /usr/share/doc + make exec_prefix=${D}usr \ mandir=${D}usr/share/man \ install || die diff --git a/media-sound/gogo/gogo-3.10.ebuild b/media-sound/gogo/gogo-3.10.ebuild deleted file mode 100644 index 756cd9f58566..000000000000 --- a/media-sound/gogo/gogo-3.10.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-sound/gogo/gogo-3.10.ebuild,v 1.2 2002/07/11 06:30:40 drobbins Exp $ - -S=${WORKDIR}/gogo-${PV} -DESCRIPTION="GoGo is an assembly optimized version of LAME 3.91" -SRC_URI="http://member.nifty.ne.jp/~pen/free/gogo3/down/petit310pl3.tgz" -HOMEPAGE="http://member.nifty.ne.jp/~pen/free/gogo3/mct_gogo.htm" - -DEPEND="virtual/glibc - dev-lang/nasm" -# >=sys-libs/ncurses-5.H2 -# gtk? ( =x11-libs/gtk+-1.2* )" -# oggvorbis? ( >=media-libs/libvorbis-1.0_rc3 )" -# Oggvorbis support breaks with -rc3 -RDEPEND="virtual/glibc" -# >=sys-libs/ncurses-5.2 -# gtk? ( =x11-libs/gtk+-1.2* )" -# oggvorbis? ( >=media-libs/libvorbis-1.0_rc3 )" - -src_unpack() { - unpack ${A} - cd petit310pl3 -} - -src_compile() { - - local myconf="" -# if [ "`use oggvorbis`" ] ; then -# myconf="--with-vorbis" - myconf="--without-vorbis" -# else -# myconf="--without-vorbis" -# fi -# if [ "`use gtk`" ] ; then -# myconf="$myconf --enable-mp3x" -# fi - if [ "$DEBUG" ] ; then - myconf="$myconf --enable-debug=yes" - else - myconf="$myconf --enable-debug=no" - fi - - cd /var/tmp/portage/gogo-${PV}/work/petit310pl3 - ./configure --prefix=/usr \ - --mandir=/usr/share/man \ - --enable-shared \ - --enable-nasm \ - --enable-extopt=full \ - $myconf || die - - emake || die -} - -src_install () { - - cd /var/tmp/portage/gogo-${PV}/work/petit310pl3 - patch -p0 < ${FILESDIR}/make-work-3.10pl3.patch || die - mkdir ${D}/usr - mkdir ${D}/usr/bin - mkdir ${D}/usr/share - mkdir ${D}/usr/share/man - mkdir ${D}/usr/share/doc - make exec_prefix=${D}usr \ - mandir=${D}usr/share/man \ - install || die - - dodoc API COPYING HACKING PRESETS.draft LICENSE README* TODO USAGE - dohtml -r ./ -} |