summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2012-06-15 08:13:18 +0000
committerJohannes Huber <johu@gentoo.org>2012-06-15 08:13:18 +0000
commit20e500deeecb66f31c8a2e99b2b50ce58a672095 (patch)
tree0161d2d1d44e7f438480be9c1f8fd49bb3d7d4cc /media-libs/phonon-vlc
parentstable for amd64/x86, wrt to bug #401301 (diff)
downloadgentoo-2-20e500deeecb66f31c8a2e99b2b50ce58a672095.tar.gz
gentoo-2-20e500deeecb66f31c8a2e99b2b50ce58a672095.tar.bz2
gentoo-2-20e500deeecb66f31c8a2e99b2b50ce58a672095.zip
Remove old.
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/phonon-vlc')
-rw-r--r--media-libs/phonon-vlc/ChangeLog5
-rw-r--r--media-libs/phonon-vlc/phonon-vlc-0.4.0.ebuild44
2 files changed, 4 insertions, 45 deletions
diff --git a/media-libs/phonon-vlc/ChangeLog b/media-libs/phonon-vlc/ChangeLog
index 6036db802713..0494c8950867 100644
--- a/media-libs/phonon-vlc/ChangeLog
+++ b/media-libs/phonon-vlc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/phonon-vlc
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon-vlc/ChangeLog,v 1.21 2012/06/15 08:09:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon-vlc/ChangeLog,v 1.22 2012/06/15 08:13:18 johu Exp $
+
+ 15 Jun 2012; Johannes Huber <johu@gentoo.org> -phonon-vlc-0.4.0.ebuild:
+ Remove old.
15 Jun 2012; Agostino Sarubbo <ago@gentoo.org> phonon-vlc-0.4.1.ebuild:
stable for amd64/x86, wrt to bug #401301
diff --git a/media-libs/phonon-vlc/phonon-vlc-0.4.0.ebuild b/media-libs/phonon-vlc/phonon-vlc-0.4.0.ebuild
deleted file mode 100644
index fb1625e8f0b7..000000000000
--- a/media-libs/phonon-vlc/phonon-vlc-0.4.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon-vlc/phonon-vlc-0.4.0.ebuild,v 1.11 2012/05/04 13:47:03 johu Exp $
-
-EAPI=4
-
-MY_PN="phonon-backend-vlc"
-MY_P="${MY_PN}-${PV}"
-EGIT_REPO_URI="git://anongit.kde.org/${PN}"
-[[ ${PV} == 9999 ]] && git_eclass=git-2
-inherit cmake-utils ${git_eclass}
-unset git_eclass
-
-DESCRIPTION="Phonon VLC backend"
-HOMEPAGE="https://projects.kde.org/projects/kdesupport/phonon/phonon-vlc"
-SRC_URI="mirror://kde/stable/phonon/${MY_PN}/${PV}/src/${MY_P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-[[ ${PV} == 9999 ]] || KEYWORDS="amd64 ppc ~ppc64 x86"
-SLOT="0"
-IUSE="debug"
-
-RDEPEND="
- =media-libs/phonon-4.5*
- >=media-video/vlc-1.1.1[dbus,ogg,vorbis]
- >=x11-libs/qt-dbus-4.6.0:4
- >=x11-libs/qt-gui-4.6.0:4
-"
-DEPEND="${RDEPEND}
- >=dev-util/automoc-0.9.87
- virtual/pkgconfig
-"
-
-S=${WORKDIR}/${MY_P}
-
-DOCS=( AUTHORS )
-
-pkg_postinst() {
- elog "For more verbose debug information, export the following variables:"
- elog "PHONON_DEBUG=1"
- elog ""
- elog "To make KDE detect the new backend without reboot, run:"
- elog "kbuildsycoca4 --noincremental"
-}