summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2007-11-18 22:06:20 +0000
committerAlexis Ballier <aballier@gentoo.org>2007-11-18 22:06:20 +0000
commit919ebd9686f4b9d8600dca3443f184ffebd6f8fc (patch)
treeb90d9f264b5b3466666fd232ce3668e8b5599499 /media-sound/prokyon3
parentAdd blocker on wxGTK versions less than 2.6.4.0-r2 due to file collisions. (diff)
downloadgentoo-2-919ebd9686f4b9d8600dca3443f184ffebd6f8fc.tar.gz
gentoo-2-919ebd9686f4b9d8600dca3443f184ffebd6f8fc.tar.bz2
gentoo-2-919ebd9686f4b9d8600dca3443f184ffebd6f8fc.zip
remove old
(Portage version: 2.1.3.19)
Diffstat (limited to 'media-sound/prokyon3')
-rw-r--r--media-sound/prokyon3/ChangeLog6
-rw-r--r--media-sound/prokyon3/files/digest-prokyon3-0.9.4-r13
-rw-r--r--media-sound/prokyon3/files/prokyon3-0.9.4-gcc41.patch26
-rw-r--r--media-sound/prokyon3/prokyon3-0.9.4-r1.ebuild83
4 files changed, 5 insertions, 113 deletions
diff --git a/media-sound/prokyon3/ChangeLog b/media-sound/prokyon3/ChangeLog
index f93252af92a1..03f74051e016 100644
--- a/media-sound/prokyon3/ChangeLog
+++ b/media-sound/prokyon3/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/prokyon3
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/prokyon3/ChangeLog,v 1.28 2007/11/01 16:35:56 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/prokyon3/ChangeLog,v 1.29 2007/11/18 22:06:20 aballier Exp $
+
+ 18 Nov 2007; Alexis Ballier <aballier@gentoo.org>
+ -files/prokyon3-0.9.4-gcc41.patch, -prokyon3-0.9.4-r1.ebuild:
+ remove old
01 Nov 2007; Raúl Porcel <armin76@gentoo.org> prokyon3-0.9.6.ebuild:
sparc stable wrt #191277
diff --git a/media-sound/prokyon3/files/digest-prokyon3-0.9.4-r1 b/media-sound/prokyon3/files/digest-prokyon3-0.9.4-r1
deleted file mode 100644
index cd866b4ca0cd..000000000000
--- a/media-sound/prokyon3/files/digest-prokyon3-0.9.4-r1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 4c85f65734e3308d3f3b09fe36b689cb prokyon3-0.9.4.tar.gz 1230467
-RMD160 49f00440de9698def2a5f13c2405d354abc47f71 prokyon3-0.9.4.tar.gz 1230467
-SHA256 57e5e9d67a81e171120de7de8f70eca575d10cadacbddab76a2eaf9d025f61fa prokyon3-0.9.4.tar.gz 1230467
diff --git a/media-sound/prokyon3/files/prokyon3-0.9.4-gcc41.patch b/media-sound/prokyon3/files/prokyon3-0.9.4-gcc41.patch
deleted file mode 100644
index b9252417d1d3..000000000000
--- a/media-sound/prokyon3/files/prokyon3-0.9.4-gcc41.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-diff -Naur prokyon3-0.9.4.orig/src/configuration.h prokyon3-0.9.4/src/configuration.h
---- prokyon3-0.9.4.orig/src/configuration.h 2005-11-14 23:03:49.000000000 +0900
-+++ prokyon3-0.9.4/src/configuration.h 2006-10-15 14:06:01.000000000 +0900
-@@ -159,8 +159,8 @@
- ~Configuration();
-
- private:
-- QValueList<int> Configuration::listString2Int( QStringList qs);
-- QStringList Configuration::listInt2String( QValueList<int> qi);
-+ QValueList<int> listString2Int( QStringList qs);
-+ QStringList listInt2String( QValueList<int> qi);
- int startuptip, readid3v2, writeid3v2, autoconn, autohide, avoidhdd, avoidsmb, avoidnfs;
- #ifdef HAVE_MEXTRAS
- int checkartist, checkcover, checklyrics, checkalbum, checktracks, checkbiography, checkyears;
-diff -Naur prokyon3-0.9.4.orig/src/progressdialogscroll.h prokyon3-0.9.4/src/progressdialogscroll.h
---- prokyon3-0.9.4.orig/src/progressdialogscroll.h 2005-11-14 22:57:18.000000000 +0900
-+++ prokyon3-0.9.4/src/progressdialogscroll.h 2006-10-15 14:06:21.000000000 +0900
-@@ -32,7 +32,7 @@
- setMinimumHeight( 200 );
- setMinimumWidth( 500 );
- }
-- void ProgressDialogScroll::resizeEvent( QResizeEvent *ev ) {
-+ void resizeEvent( QResizeEvent *ev ) {
- QProgressDialog::resizeEvent( ev );
- QRect rct = static_cast<QWidget*>(this->child("label","QLabel"))->geometry();
- rct.setTop(2);
diff --git a/media-sound/prokyon3/prokyon3-0.9.4-r1.ebuild b/media-sound/prokyon3/prokyon3-0.9.4-r1.ebuild
deleted file mode 100644
index 75a51e61750b..000000000000
--- a/media-sound/prokyon3/prokyon3-0.9.4-r1.ebuild
+++ /dev/null
@@ -1,83 +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/prokyon3/prokyon3-0.9.4-r1.ebuild,v 1.6 2007/03/25 19:01:42 aballier Exp $
-
-inherit qt3 eutils
-
-DESCRIPTION="Multithreaded music manager and tag editor based on Qt and MySQL."
-HOMEPAGE="http://prokyon3.sourceforge.net"
-SRC_URI="mirror://sourceforge/prokyon3/${P}.tar.gz"
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="amd64 ~ppc sparc x86"
-IUSE="flac mp3 musicbrainz vorbis"
-
-DEPEND="$(qt_min_version 3.2)
- media-libs/taglib
- musicbrainz? ( media-libs/musicbrainz
- mp3? ( media-libs/libmad )
- vorbis? ( media-libs/libvorbis )
- flac? ( ~media-libs/flac-1.1.2 ) )"
-
-pkg_setup() {
- if ! built_with_use =x11-libs/qt-3* mysql; then
- eerror "You have installed Qt without MySQL support."
- eerror "Please reemerge x11-libs/qt-3* with "mysql" in USE."
- die "MySQL support for Qt not found."
- fi
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-gcc41.patch
-}
-
-src_compile() {
- # Support for musicextras (not in portage)
- # requires dev-libs/xmlwrapp.
-
- local myconf="--with-taglib
- --without-id3
- --without-mysql-embedded
- --without-musicextras"
-
- if use musicbrainz; then
- myconf="${myconf}
- --with-musicbrainz
- $(use_with mp3 mad)
- $(use_with vorbis ogg)
- $(use_with flac)"
- else
- myconf="${myconf}
- --without-musicbrainz"
- fi
-
- econf ${myconf} || die "configure failed"
- emake || die "make failed"
-}
-
-src_install () {
- emake DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS ChangeLog NEWS README
-}
-
-pkg_postinst() {
- echo
- elog "Prokyon3 supports the following external programs"
- elog "to play audio tracks:"
- elog " - media-sound/amarok"
- elog " - media-sound/beep-media-player"
- elog " - media-video/kaffeine"
- elog " - media-video/mplayer"
- elog " - kde-base/noatun or kde-base/kdemultimedia"
- elog " - media-video/totem"
- elog " - media-sound/xmms"
- elog
- elog "Prokyon3 also supports the following external"
- elog "applications, if installed:"
- elog " - app-cdr/k3b: CD burning"
- elog " - media-sound/mixxx: DJ mixing"
- echo
-}