From 0da311f570be5facc593b1ff135e436733094c5f Mon Sep 17 00:00:00 2001 From: Tomas Chvatal Date: Mon, 4 Apr 2011 12:22:00 +0000 Subject: 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. (Portage version: 2.2.0_alpha29/cvs/Linux x86_64) --- net-misc/clipgrab/ChangeLog | 7 ++++- net-misc/clipgrab/clipgrab-2.0_beta2.ebuild | 46 ----------------------------- net-misc/clipgrab/clipgrab-3.1.0.1.ebuild | 4 +-- 3 files changed, 8 insertions(+), 49 deletions(-) delete mode 100644 net-misc/clipgrab/clipgrab-2.0_beta2.ebuild (limited to 'net-misc') 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 + -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" -- cgit v1.2.3-65-gdbad