]> git.draconx.ca Git - gentoo-draconx.git/commitdiff
mac: Remove ebuild since it is now in the main tree.
authorNick Bowler <nbowler@draconx.ca>
Mon, 12 Oct 2009 15:16:13 +0000 (11:16 -0400)
committerNick Bowler <nbowler@draconx.ca>
Mon, 12 Oct 2009 15:16:13 +0000 (11:16 -0400)
media-sound/mac/Manifest [deleted file]
media-sound/mac/mac-3.99_p4-r5.ebuild [deleted file]

diff --git a/media-sound/mac/Manifest b/media-sound/mac/Manifest
deleted file mode 100644 (file)
index 87e7ac1..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST mac-3.99-u4-b5.tar.gz 421234 RMD160 34b5ba553f7ffa858249258dad9f64c60f0b6ac0 SHA1 f215c265c2cba719834c989498d5a8d2457b54de SHA256 d59ac5b1fa375a78eadbd5d9bb638ad0229185b42b562dbb04b0dab6475b6651
-EBUILD mac-3.99_p4-r5.ebuild 641 RMD160 e57358357c6ca8d8f1e1c078f72923556a2ffa8e SHA1 e13a3664ac1e179116daec98e03fbfe193de44ad SHA256 20eb877e6b095706f28656a1cbae980b11d82cc3859dea4b2138668c8ca1bb1b
-MISC mac-3.99_p4-r5.ebuild~ 640 RMD160 3a54beecd1daf54426bf36ea0285a908c8601c56 SHA1 513334e343794e48a6a58c79aca6e9a0092648e0 SHA256 d24d795cc85a8780e11760f5dc83c23d222eafb5fd05ee6b885d4b6c72ee9501
diff --git a/media-sound/mac/mac-3.99_p4-r5.ebuild b/media-sound/mac/mac-3.99_p4-r5.ebuild
deleted file mode 100644 (file)
index 41c15be..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-MY_P="mac-3.99-u4-b5"
-
-S="${WORKDIR}/${MY_P}"
-SRC_URI="http://csclub.uwaterloo.ca/~ntbowler/$MY_P.tar.gz
-       http://draconx.ca/$MY_P.tar.gz"
-SLOT="0"
-LICENSE="LGPL"
-KEYWORDS="~amd64 ~x86 ~ppc ~sparc"
-IUSE="+assembly"
-DESCRIPTION="Monkey's Audio lossless codec tools for non-win32 platforms"
-
-RDEPEND="virtual/libc"
-
-DEPEND="${RDEPEND}
-       assembly? ( dev-lang/yasm )"
-
-src_compile()
-{
-       econf $(use_enable assembly assembly) || die "configure failed"
-       emake || die "make failed"
-}
-
-src_install()
-{
-       make DESTDIR=${D} install
-}