summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-04-04 12:22:00 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2011-04-04 12:22:00 +0000
commita2c86782f40b13bb97ebbaa67ff59e2d4be574b3 (patch)
treea92c4709f22459e5e69beb57294bfb6a9aa0d0f8 /net-misc/clipgrab
parentImprove init script and defaults: default to 8888 for port (used by other EGD... (diff)
downloadhistorical-a2c86782f40b13bb97ebbaa67ff59e2d4be574b3.tar.gz
historical-a2c86782f40b13bb97ebbaa67ff59e2d4be574b3.tar.bz2
historical-a2c86782f40b13bb97ebbaa67ff59e2d4be574b3.zip
Add sparc keyword to latest (i missed it previously). Drop the stable since it does not work at all so it is better to have no stable than broken stable.
Package-Manager: portage-2.2.0_alpha29/cvs/Linux x86_64
Diffstat (limited to 'net-misc/clipgrab')
-rw-r--r--net-misc/clipgrab/ChangeLog7
-rw-r--r--net-misc/clipgrab/clipgrab-2.0_beta2.ebuild46
-rw-r--r--net-misc/clipgrab/clipgrab-3.1.0.1.ebuild4
3 files changed, 8 insertions, 49 deletions
diff --git a/net-misc/clipgrab/ChangeLog b/net-misc/clipgrab/ChangeLog
index 604aa4735044..2d5fe4d61876 100644
--- a/net-misc/clipgrab/ChangeLog
+++ b/net-misc/clipgrab/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-misc/clipgrab
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/clipgrab/ChangeLog,v 1.7 2011/04/01 20:28:43 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/clipgrab/ChangeLog,v 1.8 2011/04/04 12:22:00 scarabeus Exp $
+
+ 04 Apr 2011; Tomáš Chvátal <scarabeus@gentoo.org>
+ -clipgrab-2.0_beta2.ebuild, clipgrab-3.1.0.1.ebuild:
+ Add sparc keyword to latest (i missed it previously). Drop the stable since
+ it does not work at all so it is better to have no stable than broken stable.
*clipgrab-3.1.0.1 (01 Apr 2011)
diff --git a/net-misc/clipgrab/clipgrab-2.0_beta2.ebuild b/net-misc/clipgrab/clipgrab-2.0_beta2.ebuild
deleted file mode 100644
index 5fb9f0a44dc0..000000000000
--- a/net-misc/clipgrab/clipgrab-2.0_beta2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/clipgrab/clipgrab-2.0_beta2.ebuild,v 1.4 2009/02/13 21:52:57 yngwin Exp $
-
-EAPI=1
-inherit qt4 versionator
-
-MY_PV=$(replace_version_separator 2 '-' )
-
-DESCRIPTION="Download videos from Youtube, Google Video, MyVideo,
-Dailymotion, ClipFish, Veoh.com and others."
-HOMEPAGE="http://clipgrab.de"
-SRC_URI="http://${PN}.de/download/${PN}-${MY_PV}_src.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="sparc x86"
-IUSE="debug"
-
-DEPEND="x11-libs/qt-gui:4"
-RDEPEND="x11-misc/xdg-utils
- media-video/ffmpeg
- ${DEPEND}"
-
-S="${WORKDIR}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"/src
- use debug || echo -e "\nDEFINES += QT_NO_DEBUG_OUTPUT" >> src.pro
-}
-
-src_compile() {
- cd "${S}"/src
- eqmake4 src.pro
- emake || die "emake failed"
-}
-
-src_install() {
- # upstream's Makefile has no install target :(
- cd "${S}"
- dobin bin/clipgrab || die "dobin failed"
- dodoc src/README || die "dodoc failed"
-}
-
-# vim:ts=4
diff --git a/net-misc/clipgrab/clipgrab-3.1.0.1.ebuild b/net-misc/clipgrab/clipgrab-3.1.0.1.ebuild
index 848004353303..18cfe342b4b9 100644
--- a/net-misc/clipgrab/clipgrab-3.1.0.1.ebuild
+++ b/net-misc/clipgrab/clipgrab-3.1.0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/clipgrab/clipgrab-3.1.0.1.ebuild,v 1.1 2011/04/01 20:28:44 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/clipgrab/clipgrab-3.1.0.1.ebuild,v 1.2 2011/04/04 12:22:00 scarabeus Exp $
EAPI=4
@@ -12,7 +12,7 @@ SRC_URI="http://${PN}.de/download/${P}.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~sparc ~x86"
IUSE=""
DEPEND="x11-libs/qt-gui:4"