summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2013-02-26 11:13:27 +0000
committerMichael Palimaka <kensington@gentoo.org>2013-02-26 11:13:27 +0000
commit9c49f833c7eef33e7366ca50d6e3f220052e686c (patch)
treea28433c186e8176c15e7950498befe5052ed25d7 /media-sound
parentRemove old. (diff)
downloadgentoo-2-9c49f833c7eef33e7366ca50d6e3f220052e686c.tar.gz
gentoo-2-9c49f833c7eef33e7366ca50d6e3f220052e686c.tar.bz2
gentoo-2-9c49f833c7eef33e7366ca50d6e3f220052e686c.zip
Remove old.
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/soundkonverter/ChangeLog6
-rw-r--r--media-sound/soundkonverter/soundkonverter-1.6.3.ebuild30
2 files changed, 5 insertions, 31 deletions
diff --git a/media-sound/soundkonverter/ChangeLog b/media-sound/soundkonverter/ChangeLog
index 9549472a5ccc..4d8d9934595b 100644
--- a/media-sound/soundkonverter/ChangeLog
+++ b/media-sound/soundkonverter/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/soundkonverter
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/soundkonverter/ChangeLog,v 1.35 2013/02/26 11:00:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/soundkonverter/ChangeLog,v 1.36 2013/02/26 11:13:27 kensington Exp $
+
+ 26 Feb 2013; Michael Palimaka <kensington@gentoo.org>
+ -soundkonverter-1.6.3.ebuild:
+ Remove old.
26 Feb 2013; Agostino Sarubbo <ago@gentoo.org> soundkonverter-1.6.4.ebuild:
Stable for x86, wrt bug #459248
diff --git a/media-sound/soundkonverter/soundkonverter-1.6.3.ebuild b/media-sound/soundkonverter/soundkonverter-1.6.3.ebuild
deleted file mode 100644
index 415e799cc1ba..000000000000
--- a/media-sound/soundkonverter/soundkonverter-1.6.3.ebuild
+++ /dev/null
@@ -1,30 +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/soundkonverter/soundkonverter-1.6.3.ebuild,v 1.1 2012/07/29 15:37:49 kensington Exp $
-
-EAPI=4
-KDE_LINGUAS="cs de es et fr hu pt pt_BR ru"
-inherit kde4-base
-
-DESCRIPTION="Frontend to various audio converters"
-HOMEPAGE="http://www.kde-apps.org/content/show.php/soundKonverter?content=29024"
-SRC_URI="http://kde-apps.org/CONTENT/content-files/29024-${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-DEPEND="
- $(add_kdebase_dep libkcddb)
- media-libs/taglib
- media-sound/cdparanoia
-"
-RDEPEND="${DEPEND}"
-
-pkg_postinst() {
- elog "soundKonverter optionally supports many different audio formats."
- elog "You will need to install the appropriate encoding packages for the"
- elog "formats you require. For a full listing, consult the README file"
- elog "in /usr/share/doc/${PF}"
-}