summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn J. Ellis <jje@gentoo.org>2003-09-20 07:21:03 +0000
committerJohn J. Ellis <jje@gentoo.org>2003-09-20 07:21:03 +0000
commitdfd9de734b7ead66908ba29e1f15cac373b95dd5 (patch)
tree9cc5ea8d7324d533b2cb696d82cd5b588e6816b5 /media-sound/mp3splt
parentRe-add missing src_install. Closes #29161. (diff)
downloadhistorical-dfd9de734b7ead66908ba29e1f15cac373b95dd5.tar.gz
historical-dfd9de734b7ead66908ba29e1f15cac373b95dd5.tar.bz2
historical-dfd9de734b7ead66908ba29e1f15cac373b95dd5.zip
Re-add missing src_install. Closes #29161.
Diffstat (limited to 'media-sound/mp3splt')
-rw-r--r--media-sound/mp3splt/Manifest4
-rw-r--r--media-sound/mp3splt/mp3splt-1.9.ebuild15
2 files changed, 13 insertions, 6 deletions
diff --git a/media-sound/mp3splt/Manifest b/media-sound/mp3splt/Manifest
index 3811d2941add..1851e12da280 100644
--- a/media-sound/mp3splt/Manifest
+++ b/media-sound/mp3splt/Manifest
@@ -1,5 +1,5 @@
MD5 c9b96f42e0bb5dd1cd1ffafe838c45e2 mp3splt-1.7.ebuild 596
-MD5 55f0db425688a4f55c681f906816984a ChangeLog 513
-MD5 d62271564883004361bdfa487ff5d323 mp3splt-1.9.ebuild 498
+MD5 d0213e5ec43e1eb4c59f5bfa0039f972 ChangeLog 658
+MD5 13e2edfc73107aa78bafe6a96a71870f mp3splt-1.9.ebuild 596
MD5 ed40267a97242002b30b8c7b6b782309 files/digest-mp3splt-1.7 67
MD5 ec72cb8362f4c7c6639a753caae578c5 files/digest-mp3splt-1.9 67
diff --git a/media-sound/mp3splt/mp3splt-1.9.ebuild b/media-sound/mp3splt/mp3splt-1.9.ebuild
index ab826ea938e8..7128544df7b4 100644
--- a/media-sound/mp3splt/mp3splt-1.9.ebuild
+++ b/media-sound/mp3splt/mp3splt-1.9.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-sound/mp3splt/mp3splt-1.9.ebuild,v 1.1 2003/09/16 09:12:59 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3splt/mp3splt-1.9.ebuild,v 1.2 2003/09/20 07:20:59 jje Exp $
IUSE=""
@@ -11,7 +11,14 @@ SRC_URI="mirror://sourceforge/mp3splt/${P}-src.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
-DEPEND="media-libs/libogg
- media-libs/libvorbis
- media-sound/mad"
+DEPEND="libogg libvorbis mad"
S=${WORKDIR}/${P}
+
+src_compile() {
+ econf
+ emake || die "build failed"
+}
+
+src_install() {
+ einstall || die "install failed"
+}