summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2013-06-27 13:24:01 +0000
committerAlexis Ballier <aballier@gentoo.org>2013-06-27 13:24:01 +0000
commit2cbc91901b66deae19144b4371f66f2cbeae7d8c (patch)
tree3bac749c7479ce5e2127ebd3c62cf50a8991339a
parentversion bump (diff)
downloadgentoo-2-2cbc91901b66deae19144b4371f66f2cbeae7d8c.tar.gz
gentoo-2-2cbc91901b66deae19144b4371f66f2cbeae7d8c.tar.bz2
gentoo-2-2cbc91901b66deae19144b4371f66f2cbeae7d8c.zip
remove old
(Portage version: 2.2.0_alpha185/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
-rw-r--r--media-sound/a2jmidid/ChangeLog6
-rw-r--r--media-sound/a2jmidid/a2jmidid-4.ebuild29
-rw-r--r--media-sound/a2jmidid/a2jmidid-5.ebuild29
-rw-r--r--media-sound/a2jmidid/a2jmidid-6.ebuild36
4 files changed, 5 insertions, 95 deletions
diff --git a/media-sound/a2jmidid/ChangeLog b/media-sound/a2jmidid/ChangeLog
index 35c3aa672954..9db97756428e 100644
--- a/media-sound/a2jmidid/ChangeLog
+++ b/media-sound/a2jmidid/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/a2jmidid
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/a2jmidid/ChangeLog,v 1.10 2013/06/25 18:43:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/a2jmidid/ChangeLog,v 1.11 2013/06/27 13:24:01 aballier Exp $
+
+ 27 Jun 2013; Alexis Ballier <aballier@gentoo.org> -a2jmidid-4.ebuild,
+ -a2jmidid-5.ebuild, -a2jmidid-6.ebuild:
+ remove old
25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> a2jmidid-8.ebuild:
Stable for amd64, wrt bug #474258
diff --git a/media-sound/a2jmidid/a2jmidid-4.ebuild b/media-sound/a2jmidid/a2jmidid-4.ebuild
deleted file mode 100644
index bcedc8835377..000000000000
--- a/media-sound/a2jmidid/a2jmidid-4.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/a2jmidid/a2jmidid-4.ebuild,v 1.3 2012/05/05 08:02:52 mgorny Exp $
-
-DESCRIPTION="Daemon for exposing legacy ALSA sequencer applications in JACK MIDI system."
-HOMEPAGE="http://home.gna.org/a2jmidid/"
-SRC_URI="http://download.gna.org/a2jmidid/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="media-libs/alsa-lib
- media-sound/jack-audio-connection-kit
- sys-apps/dbus"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- dev-lang/python"
-
-src_compile() {
- ./waf configure --prefix=/usr || die "failed to configure"
- ./waf || die "failed to build"
-}
-
-src_install() {
- ./waf --destdir="${D}" install || die "install failed"
- dodoc AUTHORS README NEWS internals.txt
-}
diff --git a/media-sound/a2jmidid/a2jmidid-5.ebuild b/media-sound/a2jmidid/a2jmidid-5.ebuild
deleted file mode 100644
index 9d68851d3c9b..000000000000
--- a/media-sound/a2jmidid/a2jmidid-5.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/a2jmidid/a2jmidid-5.ebuild,v 1.2 2012/05/05 08:02:52 mgorny Exp $
-
-DESCRIPTION="Daemon for exposing legacy ALSA sequencer applications in JACK MIDI system."
-HOMEPAGE="http://home.gna.org/a2jmidid/"
-SRC_URI="http://download.gna.org/a2jmidid/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="media-libs/alsa-lib
- media-sound/jack-audio-connection-kit
- sys-apps/dbus"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- dev-lang/python"
-
-src_compile() {
- ./waf configure --prefix=/usr || die "failed to configure"
- ./waf || die "failed to build"
-}
-
-src_install() {
- ./waf --destdir="${D}" install || die "install failed"
- dodoc AUTHORS README NEWS internals.txt
-}
diff --git a/media-sound/a2jmidid/a2jmidid-6.ebuild b/media-sound/a2jmidid/a2jmidid-6.ebuild
deleted file mode 100644
index 307cbba7d107..000000000000
--- a/media-sound/a2jmidid/a2jmidid-6.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/a2jmidid/a2jmidid-6.ebuild,v 1.3 2013/05/20 16:17:35 aballier Exp $
-
-EAPI="4"
-PYTHON_DEPEND="2"
-NO_WAF_LIBDIR=1
-
-inherit python toolchain-funcs waf-utils
-
-DESCRIPTION="Daemon for exposing legacy ALSA sequencer applications in JACK MIDI system."
-HOMEPAGE="http://home.gna.org/a2jmidid/"
-SRC_URI="http://download.gna.org/a2jmidid/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="media-libs/alsa-lib
- media-sound/jack-audio-connection-kit
- sys-apps/dbus"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-DOCS=(AUTHORS README NEWS internals.txt)
-
-pkg_setup() {
- python_set_active_version 2
- python_pkg_setup
-}
-
-src_install() {
- waf-utils_src_install
- python_convert_shebangs -r 2 "${ED}"
-}