summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Ramsay <lack@gentoo.org>2008-09-29 14:20:06 +0000
committerJim Ramsay <lack@gentoo.org>2008-09-29 14:20:06 +0000
commitc5505feb29fb1cc8013e10c326f7f2f3aec09842 (patch)
tree89b9e02444c03f686877487a695fc5d1ffa011b2 /net-misc/amazonmp3
parentAdding library compatibility package for net-misc/amazonmp3 (diff)
downloadhistorical-c5505feb29fb1cc8013e10c326f7f2f3aec09842.tar.gz
historical-c5505feb29fb1cc8013e10c326f7f2f3aec09842.tar.bz2
historical-c5505feb29fb1cc8013e10c326f7f2f3aec09842.zip
Fixed library issues on x86 and begun work on amd64 (Bug #237029)
Package-Manager: portage-2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 i686
Diffstat (limited to 'net-misc/amazonmp3')
-rw-r--r--net-misc/amazonmp3/ChangeLog8
-rw-r--r--net-misc/amazonmp3/amazonmp3-1.0.3-r1.ebuild (renamed from net-misc/amazonmp3/amazonmp3-1.0.3.ebuild)22
2 files changed, 13 insertions, 17 deletions
diff --git a/net-misc/amazonmp3/ChangeLog b/net-misc/amazonmp3/ChangeLog
index eacbef04154b..a4e839c842d8 100644
--- a/net-misc/amazonmp3/ChangeLog
+++ b/net-misc/amazonmp3/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-misc/amazonmp3
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/amazonmp3/ChangeLog,v 1.3 2008/09/05 15:03:33 lack Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/amazonmp3/ChangeLog,v 1.4 2008/09/29 14:20:06 lack Exp $
+
+*amazonmp3-1.0.3-r1 (29 Sep 2008)
+
+ 29 Sep 2008; Jim Ramsay <lack@gentoo.org> -amazonmp3-1.0.3.ebuild,
+ +amazonmp3-1.0.3-r1.ebuild:
+ Fixed library issues on x86 and begun work on amd64 (Bug #237029)
05 Sep 2008; Jim Ramsay <lack@gentoo.org> amazonmp3-1.0.3.ebuild:
Incorporating a couple more excellent cleanup suggestions, thanks to
diff --git a/net-misc/amazonmp3/amazonmp3-1.0.3.ebuild b/net-misc/amazonmp3/amazonmp3-1.0.3-r1.ebuild
index a39651824c8b..15387c641259 100644
--- a/net-misc/amazonmp3/amazonmp3-1.0.3.ebuild
+++ b/net-misc/amazonmp3/amazonmp3-1.0.3-r1.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/amazonmp3/amazonmp3-1.0.3.ebuild,v 1.3 2008/09/05 15:03:33 lack Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/amazonmp3/amazonmp3-1.0.3-r1.ebuild,v 1.1 2008/09/29 14:20:06 lack Exp $
EAPI="1"
-inherit rpm fdo-mime multilib
+inherit rpm fdo-mime
DESCRIPTION="AmazonMp3 is a download manager which interfaces with the http://mp3.amazon.com music store"
HOMEPAGE="http://www.amazon.com/gp/dmusic/help/amd.html/"
@@ -13,13 +13,12 @@ RESTRICT="fetch strip"
LICENSE="amazonmp3"
SLOT="0"
-KEYWORDS="~x86 -*"
+# AMD64 support requires more magic in amazonmp3-libcompat ebuild that isn't
+# ready yet.
+KEYWORDS="~x86 -amd64 -*"
IUSE=""
-RDEPEND="dev-cpp/gtkmm:2.4
- net-misc/curl
- dev-libs/openssl
- dev-libs/boost"
+RDEPEND="=net-misc/amazonmp3-libcompat-0.1"
DEPEND=""
S="${WORKDIR}/usr/"
@@ -39,15 +38,6 @@ pkg_nofetch() {
}
src_install() {
- # Their binary, compiled for Fedora 8, needs some odd library names, so we
- # symlink them:
- dosym libboost_date_time.so /usr/$(get_libdir)/libboost_date_time.so.3
- dosym libboost_iostreams.so /usr/$(get_libdir)/libboost_iostreams.so.3
- dosym libboost_signals.so /usr/$(get_libdir)/libboost_signals.so.3
- dosym libboost_thread-mt.so /usr/$(get_libdir)/libboost_thread-mt.so.3
- dosym libcrypto.so /usr/$(get_libdir)/libcrypto.so.6
- dosym libssl.so /usr/$(get_libdir)/libssl.so.6
-
dobin bin/amazonmp3 || die "dobin failed"
insinto "/usr/share"