diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-08-02 12:49:43 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-08-02 12:49:43 +0000 |
commit | c467f667f324011c932445f3af4783a348d372ad (patch) | |
tree | 05d0f9dc3410a39b6c25bfa04104b5318922ebbb /media-sound | |
parent | Bump -6.1 development version (diff) | |
download | gentoo-2-c467f667f324011c932445f3af4783a348d372ad.tar.gz gentoo-2-c467f667f324011c932445f3af4783a348d372ad.tar.bz2 gentoo-2-c467f667f324011c932445f3af4783a348d372ad.zip |
remove old
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/vmpk/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/vmpk/vmpk-0.3.1.ebuild | 31 | ||||
-rw-r--r-- | media-sound/vmpk/vmpk-0.3.2.ebuild | 37 | ||||
-rw-r--r-- | media-sound/vmpk/vmpk-0.3.3.ebuild | 37 |
4 files changed, 5 insertions, 106 deletions
diff --git a/media-sound/vmpk/ChangeLog b/media-sound/vmpk/ChangeLog index b9e27448fe40..3cbd3bbac176 100644 --- a/media-sound/vmpk/ChangeLog +++ b/media-sound/vmpk/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/vmpk # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/vmpk/ChangeLog,v 1.14 2012/08/02 12:46:41 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/vmpk/ChangeLog,v 1.15 2012/08/02 12:49:43 aballier Exp $ + + 02 Aug 2012; Alexis Ballier <aballier@gentoo.org> -vmpk-0.3.1.ebuild, + -vmpk-0.3.2.ebuild, -vmpk-0.3.3.ebuild: + remove old *vmpk-0.5.0 (02 Aug 2012) diff --git a/media-sound/vmpk/vmpk-0.3.1.ebuild b/media-sound/vmpk/vmpk-0.3.1.ebuild deleted file mode 100644 index 4e60ce5c5b1f..000000000000 --- a/media-sound/vmpk/vmpk-0.3.1.ebuild +++ /dev/null @@ -1,31 +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/vmpk/vmpk-0.3.1.ebuild,v 1.6 2012/07/31 16:17:30 kensington Exp $ - -EAPI=4 - -inherit cmake-utils eutils - -DESCRIPTION="Virtual MIDI Piano Keyboard" -HOMEPAGE="http://vmpk.sourceforge.net/" -SRC_URI="mirror://sourceforge/vmpk/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="x11-libs/qt-core:4 - x11-libs/qt-gui:4 - x11-libs/qt-svg:4 - media-libs/alsa-lib" -DEPEND="${RDEPEND} - app-text/docbook-xsl-stylesheets - virtual/pkgconfig" - -DOCS=( AUTHORS ChangeLog NEWS README TODO ) - -src_install() { - cmake-utils_src_install - rm -rf "${D}/usr/share/doc/packages" -} diff --git a/media-sound/vmpk/vmpk-0.3.2.ebuild b/media-sound/vmpk/vmpk-0.3.2.ebuild deleted file mode 100644 index 3cc21934fedc..000000000000 --- a/media-sound/vmpk/vmpk-0.3.2.ebuild +++ /dev/null @@ -1,37 +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/vmpk/vmpk-0.3.2.ebuild,v 1.3 2012/07/31 16:17:30 kensington Exp $ - -EAPI=4 - -inherit cmake-utils eutils - -DESCRIPTION="Virtual MIDI Piano Keyboard" -HOMEPAGE="http://vmpk.sourceforge.net/" -SRC_URI="mirror://sourceforge/vmpk/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="dbus" - -RDEPEND="x11-libs/qt-core:4 - x11-libs/qt-gui:4 - x11-libs/qt-svg:4 - dbus? ( x11-libs/qt-dbus:4 ) - media-libs/alsa-lib" -DEPEND="${RDEPEND} - app-text/docbook-xsl-stylesheets - virtual/pkgconfig" - -DOCS=( AUTHORS ChangeLog NEWS README TODO ) - -src_configure() { - local mycmakeargs=( "$(cmake-utils_use_enable dbus DBUS)" ) - cmake-utils_src_configure -} - -src_install() { - cmake-utils_src_install - rm -rf "${D}/usr/share/doc/packages" -} diff --git a/media-sound/vmpk/vmpk-0.3.3.ebuild b/media-sound/vmpk/vmpk-0.3.3.ebuild deleted file mode 100644 index f8d1510708a5..000000000000 --- a/media-sound/vmpk/vmpk-0.3.3.ebuild +++ /dev/null @@ -1,37 +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/vmpk/vmpk-0.3.3.ebuild,v 1.3 2012/07/31 16:17:30 kensington Exp $ - -EAPI=4 - -inherit cmake-utils eutils - -DESCRIPTION="Virtual MIDI Piano Keyboard" -HOMEPAGE="http://vmpk.sourceforge.net/" -SRC_URI="mirror://sourceforge/vmpk/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="dbus" - -RDEPEND="x11-libs/qt-core:4 - x11-libs/qt-gui:4 - x11-libs/qt-svg:4 - dbus? ( x11-libs/qt-dbus:4 ) - media-libs/alsa-lib" -DEPEND="${RDEPEND} - app-text/docbook-xsl-stylesheets - virtual/pkgconfig" - -DOCS=( AUTHORS ChangeLog NEWS README TODO ) - -src_configure() { - local mycmakeargs=( "$(cmake-utils_use_enable dbus DBUS)" ) - cmake-utils_src_configure -} - -src_install() { - cmake-utils_src_install - rm -rf "${D}/usr/share/doc/packages" -} |