summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2012-08-04 19:52:50 +0000
committerTim Harder <radhermit@gentoo.org>2012-08-04 19:52:50 +0000
commit5adf53267c745e69f4f550852fb72a4ee0c60ef1 (patch)
tree4c6765c489482055b3d95885cb013389a2764f62 /media-libs/libquvi
parentStable for x86, wrt bug #415239 (diff)
downloadgentoo-2-5adf53267c745e69f4f550852fb72a4ee0c60ef1.tar.gz
gentoo-2-5adf53267c745e69f4f550852fb72a4ee0c60ef1.tar.bz2
gentoo-2-5adf53267c745e69f4f550852fb72a4ee0c60ef1.zip
Remove old.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/libquvi')
-rw-r--r--media-libs/libquvi/ChangeLog5
-rw-r--r--media-libs/libquvi/libquvi-0.4.0.ebuild42
2 files changed, 4 insertions, 43 deletions
diff --git a/media-libs/libquvi/ChangeLog b/media-libs/libquvi/ChangeLog
index d76c13e06e27..3a7b747d08b7 100644
--- a/media-libs/libquvi/ChangeLog
+++ b/media-libs/libquvi/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/libquvi
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libquvi/ChangeLog,v 1.10 2012/08/03 08:21:06 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libquvi/ChangeLog,v 1.11 2012/08/04 19:52:50 radhermit Exp $
+
+ 04 Aug 2012; Tim Harder <radhermit@gentoo.org> -libquvi-0.4.0.ebuild:
+ Remove old.
03 Aug 2012; Markos Chandras <hwoarang@gentoo.org> libquvi-0.4.1.ebuild:
Stable on amd64 wrt bug #419089
diff --git a/media-libs/libquvi/libquvi-0.4.0.ebuild b/media-libs/libquvi/libquvi-0.4.0.ebuild
deleted file mode 100644
index dd66e8577657..000000000000
--- a/media-libs/libquvi/libquvi-0.4.0.ebuild
+++ /dev/null
@@ -1,42 +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/libquvi/libquvi-0.4.0.ebuild,v 1.7 2012/05/05 08:02:34 jdhore Exp $
-
-EAPI=4
-
-inherit autotools-utils
-
-DESCRIPTION="Library for parsing video download links"
-HOMEPAGE="http://quvi.sourceforge.net/"
-SRC_URI="mirror://sourceforge/quvi/${PV:0:3}/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="examples static-libs"
-
-RDEPEND=">=net-misc/curl-7.18.2
- !<media-libs/quvi-0.4.0
- >=media-libs/libquvi-scripts-0.4.0
- >=dev-lang/lua-5.1[deprecated]"
-DEPEND="${RDEPEND}
- app-arch/xz-utils
- virtual/pkgconfig"
-
-DOCS=( AUTHORS ChangeLog NEWS README )
-
-src_configure() {
- local myeconfargs=(
- --with-manual
- )
- autotools-utils_src_configure
-}
-
-src_install() {
- autotools-utils_src_install
-
- if use examples ; then
- docinto examples
- dodoc examples/*.{c,h}
- fi
-}