diff options
author | 2008-01-27 10:40:50 +0000 | |
---|---|---|
committer | 2008-01-27 10:40:50 +0000 | |
commit | ebbad13e9c6741245f5c14dff8917b8396e16275 (patch) | |
tree | 41759e3fecb9cea66ea4fc8fc79481ccf7198d89 /media-sound/qsampler | |
parent | Dropped ppc-macos keyword, see you in prefix (diff) | |
download | gentoo-2-ebbad13e9c6741245f5c14dff8917b8396e16275.tar.gz gentoo-2-ebbad13e9c6741245f5c14dff8917b8396e16275.tar.bz2 gentoo-2-ebbad13e9c6741245f5c14dff8917b8396e16275.zip |
remove old
(Portage version: 2.1.4)
Diffstat (limited to 'media-sound/qsampler')
-rw-r--r-- | media-sound/qsampler/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/qsampler/files/digest-qsampler-0.1.2 | 3 | ||||
-rw-r--r-- | media-sound/qsampler/files/digest-qsampler-0.1.3 | 3 | ||||
-rw-r--r-- | media-sound/qsampler/qsampler-0.1.2.ebuild | 45 | ||||
-rw-r--r-- | media-sound/qsampler/qsampler-0.1.3.ebuild | 41 |
5 files changed, 5 insertions, 93 deletions
diff --git a/media-sound/qsampler/ChangeLog b/media-sound/qsampler/ChangeLog index 4716a564a9be..bea519970b17 100644 --- a/media-sound/qsampler/ChangeLog +++ b/media-sound/qsampler/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/qsampler # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/qsampler/ChangeLog,v 1.12 2008/01/12 10:49:18 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/qsampler/ChangeLog,v 1.13 2008/01/27 10:40:49 aballier Exp $ + + 27 Jan 2008; Alexis Ballier <aballier@gentoo.org> -qsampler-0.1.2.ebuild, + -qsampler-0.1.3.ebuild: + remove old *qsampler-0.2.1 (12 Jan 2008) diff --git a/media-sound/qsampler/files/digest-qsampler-0.1.2 b/media-sound/qsampler/files/digest-qsampler-0.1.2 deleted file mode 100644 index 7744decbbd27..000000000000 --- a/media-sound/qsampler/files/digest-qsampler-0.1.2 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 f919ba6382858953405da4dd1c6d89b6 qsampler-0.1.2.tar.gz 123919 -RMD160 1d8d9c374974112aedefb92fdd1018e5944d577b qsampler-0.1.2.tar.gz 123919 -SHA256 334f00f269c59327b01888668c412dc1449891b02b933a339762c8563fc3a238 qsampler-0.1.2.tar.gz 123919 diff --git a/media-sound/qsampler/files/digest-qsampler-0.1.3 b/media-sound/qsampler/files/digest-qsampler-0.1.3 deleted file mode 100644 index 3f6ac49b0f28..000000000000 --- a/media-sound/qsampler/files/digest-qsampler-0.1.3 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 a65f90792fb434c62c06e114d667271c qsampler-0.1.3.tar.gz 130622 -RMD160 9dd6317c9cf44532e95a2f72a600f3f719a07f4b qsampler-0.1.3.tar.gz 130622 -SHA256 5826d5174d90b207ee362bea985f963f809bbc05afa1796590f1ed129cda47f8 qsampler-0.1.3.tar.gz 130622 diff --git a/media-sound/qsampler/qsampler-0.1.2.ebuild b/media-sound/qsampler/qsampler-0.1.2.ebuild deleted file mode 100644 index 08ad522015d6..000000000000 --- a/media-sound/qsampler/qsampler-0.1.2.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/qsampler/qsampler-0.1.2.ebuild,v 1.9 2007/07/11 19:30:24 mr_bones_ Exp $ - -inherit kde eutils - -DESCRIPTION="QSampler is a graphical frontend to the LinuxSampler engine." -HOMEPAGE="http://www.linuxsampler.org/" -SRC_URI="http://download.linuxsampler.org/packages/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -RDEPEND="=x11-libs/qt-3* - >=media-libs/liblscp-0.3.0 - >=media-libs/libgig-2.0.1 - >=media-sound/linuxsampler-0.3.2 - media-libs/alsa-lib" - -DEPEND="${RDEPEND}" - -src_compile() { - econf || die "./configure failed" - - ### borrowed from kde.eclass # - # - # fix the sandbox errors "can't writ to .kde or .qt" problems. - # this is a fake homedir that is writeable under the sandbox, - # so that the build process can do anything it wants with it. - REALHOME="$HOME" - mkdir -p $T/fakehome/.kde - mkdir -p $T/fakehome/.qt - export HOME="$T/fakehome" - addwrite "${QTDIR}/etc/settings" - - # things that should access the real homedir - [ -d "$REALHOME/.ccache" ] && ln -sf "$REALHOME/.ccache" "$HOME/" - - emake || die "make failed" -} - -src_install() { - einstall || die "einstall failed" - dodoc AUTHORS ChangeLog README -} diff --git a/media-sound/qsampler/qsampler-0.1.3.ebuild b/media-sound/qsampler/qsampler-0.1.3.ebuild deleted file mode 100644 index de1e00e98ce3..000000000000 --- a/media-sound/qsampler/qsampler-0.1.3.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/qsampler/qsampler-0.1.3.ebuild,v 1.1 2007/08/19 19:16:55 drac Exp $ - -DESCRIPTION="QSampler is a graphical frontend to the LinuxSampler engine." -HOMEPAGE="http://www.linuxsampler.org" -SRC_URI="http://download.linuxsampler.org/packages/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="=x11-libs/qt-3* - >=media-libs/liblscp-0.3 - >=media-libs/libgig-3 - >=media-sound/linuxsampler-0.4 - media-libs/alsa-lib" -DEPEND="${RDEPEND}" - -src_compile() { - econf - - # Fix sandbox errors by borrowing from kde.eclass. - REALHOME="$HOME" - mkdir -p "${T}"/fakehome/.kde - mkdir -p "${T}"/fakehome/.qt - export HOME="${T}"/fakehome - addwrite "${QTDIR}"/etc/settings - - # Things that should access the real homedir. - [ -d "$REALHOME/.ccache" ] && ln -sf "$REALHOME/.ccache" "$HOME/" - - emake -j1 || die "emake failed." -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed." - dodoc AUTHORS ChangeLog README TODO - doman debian/${PN}.1 -} |