diff options
author | Alexis Ballier <aballier@gentoo.org> | 2010-04-12 08:14:47 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2010-04-12 08:14:47 +0000 |
commit | 170da178f1dddb6739eca8076cf973b5ffdfeb14 (patch) | |
tree | c6edc89592a445d2a63fe62cd44f7724e123d787 /media-sound | |
parent | version bump (diff) | |
download | gentoo-2-170da178f1dddb6739eca8076cf973b5ffdfeb14.tar.gz gentoo-2-170da178f1dddb6739eca8076cf973b5ffdfeb14.tar.bz2 gentoo-2-170da178f1dddb6739eca8076cf973b5ffdfeb14.zip |
remove old
(Portage version: 2.2_rc67/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.2.6.ebuild | 27 | ||||
-rw-r--r-- | media-sound/vmpk/vmpk-0.3.0.ebuild | 27 |
3 files changed, 5 insertions, 55 deletions
diff --git a/media-sound/vmpk/ChangeLog b/media-sound/vmpk/ChangeLog index 19d9e731173f..0db339645558 100644 --- a/media-sound/vmpk/ChangeLog +++ b/media-sound/vmpk/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/vmpk # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/vmpk/ChangeLog,v 1.5 2010/01/09 17:57:33 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/vmpk/ChangeLog,v 1.6 2010/04/12 08:14:47 aballier Exp $ + + 12 Apr 2010; Alexis Ballier <aballier@gentoo.org> -vmpk-0.2.6.ebuild, + -vmpk-0.3.0.ebuild: + remove old 09 Jan 2010; Markus Meier <maekke@gentoo.org> vmpk-0.3.1.ebuild: add ~x86, bug #299056 diff --git a/media-sound/vmpk/vmpk-0.2.6.ebuild b/media-sound/vmpk/vmpk-0.2.6.ebuild deleted file mode 100644 index 0dfca5e0e992..000000000000 --- a/media-sound/vmpk/vmpk-0.2.6.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/vmpk/vmpk-0.2.6.ebuild,v 1.1 2009/08/04 07:55:33 aballier Exp $ - -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" -IUSE="" - -RDEPEND="x11-libs/qt-core - x11-libs/qt-gui - media-libs/alsa-lib" -DEPEND="${RDEPEND} - dev-util/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.0.ebuild b/media-sound/vmpk/vmpk-0.3.0.ebuild deleted file mode 100644 index 210a41980817..000000000000 --- a/media-sound/vmpk/vmpk-0.3.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/vmpk/vmpk-0.3.0.ebuild,v 1.1 2009/09/27 08:24:54 aballier Exp $ - -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" -IUSE="" - -RDEPEND="x11-libs/qt-core - x11-libs/qt-gui - media-libs/alsa-lib" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -DOCS="AUTHORS ChangeLog NEWS README TODO" - -src_install() { - cmake-utils_src_install - rm -rf "${D}/usr/share/doc/packages" -} |