summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-misc/amazonmp3-libcompat/ChangeLog14
-rw-r--r--net-misc/amazonmp3-libcompat/Manifest5
-rw-r--r--net-misc/amazonmp3-libcompat/amazonmp3-libcompat-0.1.ebuild66
-rw-r--r--net-misc/amazonmp3-libcompat/metadata.xml9
-rw-r--r--net-misc/amazonmp3/ChangeLog32
-rw-r--r--net-misc/amazonmp3/Manifest4
-rw-r--r--net-misc/amazonmp3/amazonmp3-1.0.3-r2.ebuild68
-rw-r--r--net-misc/amazonmp3/metadata.xml9
8 files changed, 0 insertions, 207 deletions
diff --git a/net-misc/amazonmp3-libcompat/ChangeLog b/net-misc/amazonmp3-libcompat/ChangeLog
deleted file mode 100644
index 0cd41ff41514..000000000000
--- a/net-misc/amazonmp3-libcompat/ChangeLog
+++ /dev/null
@@ -1,14 +0,0 @@
-# ChangeLog for net-misc/amazonmp3-libcompat
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/amazonmp3-libcompat/ChangeLog,v 1.2 2009/03/25 10:00:51 remi Exp $
-
- 25 Mar 2009; Rémi Cardona <remi@gentoo.org>
- amazonmp3-libcompat-0.1.ebuild:
- gtkmm's accessibility is now always enabled (see bug #247249)
-
-*amazonmp3-libcompat-0.1 (29 Sep 2008)
-
- 29 Sep 2008; Jim Ramsay <lack@gentoo.org> +metadata.xml,
- +amazonmp3-libcompat-0.1.ebuild:
- Adding library compatibility package for net-misc/amazonmp3
-
diff --git a/net-misc/amazonmp3-libcompat/Manifest b/net-misc/amazonmp3-libcompat/Manifest
deleted file mode 100644
index f5c5b140b781..000000000000
--- a/net-misc/amazonmp3-libcompat/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-DIST amazonmp3-boost-1.34.1-7.fc8.i386.tar.bz2 66991 RMD160 262052b231762a2829f1f1a12af7498f9f101afb SHA1 199d58682db0de48fffe4c94cf827058d0d92574 SHA256 90becb7755c83204588d0d77cdfbf9b0c1c4492661646e71c79de30329fbcbd6
-DIST amazonmp3-libcompat-0.1.tar.bz2 1367468 RMD160 5d67ff5068deae1f567e8fbbd6bf212080245d8a SHA1 94c4bc1adcbb6222c078c9f435739174d25076f9 SHA256 485b46d1b0f53ee67213c0bb795a7109da73bcc5f6d8585662e534faee2cf15b
-EBUILD amazonmp3-libcompat-0.1.ebuild 1732 RMD160 44eb24308a79c793b284da09c024bdcb016e6797 SHA1 38577b4d2f73c2f7a15b7259cde46e89895affd2 SHA256 26fd3a708f949a0760108610e620bcbfd4761c5633e2009e27dfa277ad47bd96
-MISC ChangeLog 570 RMD160 dc38062a51ad5a960e687d7e3d4dd6755607c00f SHA1 d4309f54930a6e48aa21fa5f225d12d8827193c2 SHA256 e764d1c12ff7ca59195b81194a3c0560f8769607b0eb0a823f6488fe908b727c
-MISC metadata.xml 254 RMD160 1f5a6322e4956b30592a1e0caf7edc67613ecc43 SHA1 f0813ac26740fae9e0f0899b5dad74b5a6fd5b3c SHA256 740784d71bef88214e4d8508e351a376d8908f4c4b6175d98b6b77e107799f12
diff --git a/net-misc/amazonmp3-libcompat/amazonmp3-libcompat-0.1.ebuild b/net-misc/amazonmp3-libcompat/amazonmp3-libcompat-0.1.ebuild
deleted file mode 100644
index c9a42452ace4..000000000000
--- a/net-misc/amazonmp3-libcompat/amazonmp3-libcompat-0.1.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/amazonmp3-libcompat/amazonmp3-libcompat-0.1.ebuild,v 1.3 2009/03/25 10:00:51 remi Exp $
-
-EAPI="1"
-
-inherit multilib eutils
-
-BOOST_VERSION="1.34.1-7.fc8.i386"
-
-DESCRIPTION="Support dependencies for net-misc/amazonmp3"
-HOMEPAGE="http://gentoo.org/proj/en/desktop"
-SRC_URI="mirror://gentoo/amazonmp3-boost-${BOOST_VERSION}.tar.bz2
- amd64? ( mirror://gentoo/${P}.tar.bz2 )"
-RESTRICT="strip"
-
-LICENSE="GPL-2"
-SLOT="0"
-# There are still problems with amd64 support, research on-going.
-KEYWORDS="~x86 -amd64 -*"
-IUSE=""
-
-DEPEND=""
-RDEPEND="x86? (
- dev-cpp/gtkmm:2.4
- net-misc/curl
- dev-libs/openssl
- )
- amd64? (
- app-emulation/emul-linux-x86-gtklibs
- )"
-
-S="${WORKDIR}/amazonmp3-boost-${BOOST_VERSION}"
-
-pkg_setup() {
- # 32-bit binary libs
- has_multilib_profile && ABI="x86"
-}
-
-src_install() {
- local OPTDIR="/opt/${PN}"
- exeinto "${OPTDIR}"
-
- # The amazonmp3 binary, compiled for Fedora 8, needs boost-1.34, so we provide a
- # set of the libs, ripped right out of their boost-1.34.1-7.fc8.i386.rpm
- doexe *
-
- if use amd64; then
- # gtkmm (and its deps) and libcurl are not yet available in any
- # emul-linux-x86 packages, so we rolled our own, based partially on FC8
- # gtkmm rpms.
-
- # TODO: Fix libcurl problems.
- pushd "${WORKDIR}/${P}"
- doexe *
- popd
- fi
-
- # They also need some local libraries named a bit funny:
- # TODO: Maybe put a copy of these in /opt/amazonmp3-libcompat?
- dosym "libcrypto.so" "/usr/$(get_libdir)/libcrypto.so.6"
- dosym "libssl.so" "/usr/$(get_libdir)/libssl.so.6"
-
- echo "LDPATH=\"${OPTDIR}\"" > 99amazonmp3-libcompat
- doenvd 99amazonmp3-libcompat
-}
diff --git a/net-misc/amazonmp3-libcompat/metadata.xml b/net-misc/amazonmp3-libcompat/metadata.xml
deleted file mode 100644
index 24f1e9f83097..000000000000
--- a/net-misc/amazonmp3-libcompat/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>desktop-misc</herd>
- <maintainer>
- <email>lack@gentoo.org</email>
- <name>Jim Ramsay</name>
- </maintainer>
-</pkgmetadata>
diff --git a/net-misc/amazonmp3/ChangeLog b/net-misc/amazonmp3/ChangeLog
deleted file mode 100644
index ae41105c7314..000000000000
--- a/net-misc/amazonmp3/ChangeLog
+++ /dev/null
@@ -1,32 +0,0 @@
-# ChangeLog for net-misc/amazonmp3
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/amazonmp3/ChangeLog,v 1.6 2009/03/25 09:59:09 remi Exp $
-
- 25 Mar 2009; Rémi Cardona <remi@gentoo.org> amazonmp3-1.0.3-r2.ebuild:
- gtkmm's accessibility is now always enabled (see bug #247249)
-
-*amazonmp3-1.0.3-r2 (29 Sep 2008)
-
- 29 Sep 2008; Jim Ramsay <lack@gentoo.org> -amazonmp3-1.0.3-r1.ebuild,
- +amazonmp3-1.0.3-r2.ebuild:
- Forcing boost version to 1.34, on advice of boost maintainers.
-
-*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
- Mr_Bones_
-
- 05 Sep 2008; Jim Ramsay <lack@gentoo.org> amazonmp3-1.0.3.ebuild:
- Refined the fetch message a wee bit with suggestions from Mr_Bones_ :)
-
-*amazonmp3-1.0.3 (03 Sep 2008)
-
- 03 Sep 2008; Jim Ramsay <lack@gentoo.org> +metadata.xml,
- +amazonmp3-1.0.3.ebuild:
- New package - AmazonMp3 downloader utility
-
diff --git a/net-misc/amazonmp3/Manifest b/net-misc/amazonmp3/Manifest
deleted file mode 100644
index be8bb44e8243..000000000000
--- a/net-misc/amazonmp3/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST amazonmp3.rpm 263118 RMD160 bbab77a662be7ff45ba1126c83955c4e087e61c4 SHA1 8ad87e8f9c391b72e23fcc0bcd5409124a05dbcc SHA256 d71b07646d6063cae35198eb77af481c159c87e6f38bceed204f9919676788c9
-EBUILD amazonmp3-1.0.3-r2.ebuild 2169 RMD160 372b6f98ffd9547ed230a71136101af85928ca19 SHA1 0ad7af6afba366f86b268ec1f27100b756c1f794 SHA256 cacd653043c9177b58546390c28b55a3ed28930ef9fa5d647e4d05a9483c0f2c
-MISC ChangeLog 1210 RMD160 f30e6f7b9141d30d4f4a03ba509fae499ae14c27 SHA1 3d1604b7b95e8764e81cdfce7dbcd05342ab89f3 SHA256 f38898e71fdd5e20932abb1f4499ca8df40016da3bd72bf97b784e5a373820a6
-MISC metadata.xml 254 RMD160 1f5a6322e4956b30592a1e0caf7edc67613ecc43 SHA1 f0813ac26740fae9e0f0899b5dad74b5a6fd5b3c SHA256 740784d71bef88214e4d8508e351a376d8908f4c4b6175d98b6b77e107799f12
diff --git a/net-misc/amazonmp3/amazonmp3-1.0.3-r2.ebuild b/net-misc/amazonmp3/amazonmp3-1.0.3-r2.ebuild
deleted file mode 100644
index 464ac6c976ca..000000000000
--- a/net-misc/amazonmp3/amazonmp3-1.0.3-r2.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2009 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-r2.ebuild,v 1.2 2009/03/25 09:59:09 remi Exp $
-
-EAPI=2
-
-inherit rpm fdo-mime multilib
-
-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/"
-SRC_URI="amazonmp3.rpm"
-RESTRICT="fetch strip"
-
-LICENSE="amazonmp3"
-SLOT="0"
-KEYWORDS="~x86 -*"
-IUSE=""
-
-RDEPEND="dev-cpp/gtkmm:2.4
- net-misc/curl
- dev-libs/openssl
- =dev-libs/boost-1.34*"
-DEPEND=""
-
-S="${WORKDIR}/usr/"
-
-pkg_nofetch() {
- einfo "Due to licensing restrictions, you must download this software from"
- einfo "amazon.com manually:"
- einfo " - Visit ${HOMEPAGE}"
- einfo " - Agree to the Terms of Service, click the agreement box, and"
- einfo " download the version for 'Fedora 8'. It will be called"
- einfo " 'amazonmp3.rpm'"
- einfo " - Copy 'amazonmp3.rpm' into ${DISTDIR}"
- einfo " - Run 'ebuild amazonmp3' again."
- einfo "If the version does not match or if you get any errors about the"
- einfo "rpm you just downloaded, file a bug at http://bugs.gentoo.org, and"
- einfo "be sure to include the output of 'file amazonmp3.rpm'"
-}
-
-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"
- doins -r share/{applications,pixmaps,mime,mime-info,mimelnk} || die "doins failed"
-
- dodoc share/doc/amazonmp3/releasenotes
- dohtml share/doc/amazonmp3/*.html
-}
-
-pkg_postinst() {
- fdo-mime_desktop_database_update
- fdo-mime_mime_database_update
-}
-
-pkg_postrm() {
- fdo-mime_desktop_database_update
- fdo-mime_mime_database_update
-}
diff --git a/net-misc/amazonmp3/metadata.xml b/net-misc/amazonmp3/metadata.xml
deleted file mode 100644
index 24f1e9f83097..000000000000
--- a/net-misc/amazonmp3/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>desktop-misc</herd>
- <maintainer>
- <email>lack@gentoo.org</email>
- <name>Jim Ramsay</name>
- </maintainer>
-</pkgmetadata>