summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Marlowe <mattm@gentoo.org>2012-04-09 08:07:05 +0000
committerMatthew Marlowe <mattm@gentoo.org>2012-04-09 08:07:05 +0000
commitfff85299ee057c6e0aa3390f13588b0ecab65ae2 (patch)
tree8a8360aad1538ffe5ce98cc7c78694554ddfbde7
parent[bump] dev-perl/CDDB_get-2.280.0 (diff)
downloadgentoo-2-fff85299ee057c6e0aa3390f13588b0ecab65ae2.tar.gz
gentoo-2-fff85299ee057c6e0aa3390f13588b0ecab65ae2.tar.bz2
gentoo-2-fff85299ee057c6e0aa3390f13588b0ecab65ae2.zip
Upstream is no longer developing cutycapt, this may be last bump which essentially is just a license change to LGPL-2.1. Upstream recommends switching to PhantomJS. Removed legacy versions.
(Portage version: 2.1.10.56/cvs/Linux x86_64)
-rw-r--r--media-gfx/cutycapt/ChangeLog13
-rw-r--r--media-gfx/cutycapt/cutycapt-0_p20110502-r1.ebuild35
-rw-r--r--media-gfx/cutycapt/cutycapt-0_p20110502.ebuild35
-rw-r--r--media-gfx/cutycapt/cutycapt-0_p20120409.ebuild (renamed from media-gfx/cutycapt/cutycapt-0_p20110502-r2.ebuild)9
4 files changed, 17 insertions, 75 deletions
diff --git a/media-gfx/cutycapt/ChangeLog b/media-gfx/cutycapt/ChangeLog
index 43a779c96f08..9ee123f2d1a6 100644
--- a/media-gfx/cutycapt/ChangeLog
+++ b/media-gfx/cutycapt/ChangeLog
@@ -1,6 +1,15 @@
# ChangeLog for media-gfx/cutycapt
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/cutycapt/ChangeLog,v 1.3 2011/06/07 00:35:25 mattm Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/cutycapt/ChangeLog,v 1.4 2012/04/09 08:07:04 mattm Exp $
+
+*cutycapt-0_p20120409 (09 Apr 2012)
+
+ 09 Apr 2012; Matthew Marlowe <mattm@gentoo.org> -cutycapt-0_p20110502.ebuild,
+ -cutycapt-0_p20110502-r1.ebuild, -cutycapt-0_p20110502-r2.ebuild,
+ +cutycapt-0_p20120409.ebuild:
+ Upstream is no longer developing cutycapt. Recommends switch to PhantomJS.
+ Packaging up last snapshot which includes license change to LGPL-2.1. Removed
+ obsolete versions.
*cutycapt-0_p20110502-r2 (07 Jun 2011)
diff --git a/media-gfx/cutycapt/cutycapt-0_p20110502-r1.ebuild b/media-gfx/cutycapt/cutycapt-0_p20110502-r1.ebuild
deleted file mode 100644
index ef28c68d88d8..000000000000
--- a/media-gfx/cutycapt/cutycapt-0_p20110502-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/cutycapt/cutycapt-0_p20110502-r1.ebuild,v 1.1 2011/05/03 06:47:20 mattm Exp $
-
-EAPI=4
-inherit eutils qt4-r2
-
-DESCRIPTION="Qt WebKit Web Page Rendering Capture Utility"
-HOMEPAGE="http://cutycapt.sourceforge.net/"
-SRC_URI="http://dev.gentoo.org/~mattm/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-
-KEYWORDS="~amd64"
-IUSE=""
-DEPEND="x11-libs/libX11 x11-libs/qt-webkit x11-libs/qt-core x11-libs/qt-svg"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- eqmake4 CutyCapt.pro
-}
-
-src_compile() {
- emake
-}
-
-src_install() {
- dobin CutyCapt
-}
-
-pkg_postinst() {
- elog "You cannot use CutyCapt without an X server, but you"
- elog "can use e.g. Xvfb as light-weight server."
- elog "See ${HOMEPAGE} for usage."
-}
diff --git a/media-gfx/cutycapt/cutycapt-0_p20110502.ebuild b/media-gfx/cutycapt/cutycapt-0_p20110502.ebuild
deleted file mode 100644
index 5dc79b236f38..000000000000
--- a/media-gfx/cutycapt/cutycapt-0_p20110502.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/cutycapt/cutycapt-0_p20110502.ebuild,v 1.1 2011/05/03 04:11:10 mattm Exp $
-
-EAPI=4
-inherit eutils qt4-r2
-
-DESCRIPTION="Qt WebKit Web Page Rendering Capture Utility"
-HOMEPAGE="http://cutycapt.sourceforge.net/"
-SRC_URI="http://dev.gentoo.org/~mattm/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-
-KEYWORDS="~amd64"
-IUSE=""
-DEPEND="x11-libs/libX11 x11-libs/qt-webkit x11-libs/qt-core"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- eqmake4 CutyCapt.pro
-}
-
-src_compile() {
- emake
-}
-
-src_install() {
- dobin CutyCapt
-}
-
-pkg_postinst() {
- elog "You cannot use CutyCapt without an X server, but you"
- elog "can use e.g. Xvfb as light-weight server."
- elog "See ${HOMEPAGE} for usage."
-}
diff --git a/media-gfx/cutycapt/cutycapt-0_p20110502-r2.ebuild b/media-gfx/cutycapt/cutycapt-0_p20120409.ebuild
index 8d5d40f582be..2a9bafa36e9e 100644
--- a/media-gfx/cutycapt/cutycapt-0_p20110502-r2.ebuild
+++ b/media-gfx/cutycapt/cutycapt-0_p20120409.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/cutycapt/cutycapt-0_p20110502-r2.ebuild,v 1.1 2011/06/07 00:35:25 mattm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/cutycapt/cutycapt-0_p20120409.ebuild,v 1.1 2012/04/09 08:07:04 mattm Exp $
EAPI=4
inherit qt4-r2
@@ -8,7 +8,7 @@ inherit qt4-r2
DESCRIPTION="Qt WebKit Web Page Rendering Capture Utility"
HOMEPAGE="http://cutycapt.sourceforge.net/"
SRC_URI="http://dev.gentoo.org/~mattm/${P}.tar.gz"
-LICENSE="GPL-2"
+LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
@@ -25,6 +25,9 @@ src_install() {
}
pkg_postinst() {
+ einfo "Upstream is no longer actively developing package."
+ einfo "Recommends switching to PhantomJS instead."
+ einfo ""
einfo "You cannot use CutyCapt without an X server, but you"
einfo "can use e.g. Xvfb as light-weight server."
einfo "See ${HOMEPAGE} for usage."