diff options
author | Johannes Huber <johu@gentoo.org> | 2012-06-30 22:02:17 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-06-30 22:02:17 +0000 |
commit | 0c01a2813514836308443972817f3ed9e903263e (patch) | |
tree | 4cb52fc9dfa1cf6ba8b518925e4e0343d48f5eec /x11-misc | |
parent | Fix build with USE=kerberos and krb5 dependency (diff) | |
download | gentoo-2-0c01a2813514836308443972817f3ed9e903263e.tar.gz gentoo-2-0c01a2813514836308443972817f3ed9e903263e.tar.bz2 gentoo-2-0c01a2813514836308443972817f3ed9e903263e.zip |
Remove old.
(Portage version: 2.2.0_alpha114/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/screengrab/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/screengrab/screengrab-0.9.85.ebuild | 30 |
2 files changed, 4 insertions, 32 deletions
diff --git a/x11-misc/screengrab/ChangeLog b/x11-misc/screengrab/ChangeLog index 4cbac4895ca5..b453d4b0cf55 100644 --- a/x11-misc/screengrab/ChangeLog +++ b/x11-misc/screengrab/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/screengrab # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/screengrab/ChangeLog,v 1.24 2012/06/30 21:58:11 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/screengrab/ChangeLog,v 1.25 2012/06/30 22:02:15 johu Exp $ + + 30 Jun 2012; Johannes Huber <johu@gentoo.org> -screengrab-0.9.85.ebuild: + Remove old. 30 Jun 2012; Jeff Horelick <jdhore@gentoo.org> screengrab-0.9.90-r1.ebuild: marked x86 per bug 424223 @@ -106,4 +109,3 @@ +screengrab-0.6.1.ebuild, +metadata.xml: Initial commit of screengrab application. Fixes bug #307093. Thanks to tuupic <me@tuupic.org.ru> for the initial ebuild. - diff --git a/x11-misc/screengrab/screengrab-0.9.85.ebuild b/x11-misc/screengrab/screengrab-0.9.85.ebuild deleted file mode 100644 index 2f55dba8048f..000000000000 --- a/x11-misc/screengrab/screengrab-0.9.85.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/screengrab/screengrab-0.9.85.ebuild,v 1.4 2011/11/19 09:43:57 hwoarang Exp $ - -EAPI="2" - -inherit cmake-utils - -DESCRIPTION="Qt tool for geting screenshots" -HOMEPAGE="http://code.google.com/p/screengrab-qt/" -SRC_URI="http://screengrab-qt.googlecode.com/files/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="x11-libs/qt-gui:4" -RDEPEND="${DEPEND}" - -src_prepare() { - # do not install license - sed -i "/LICENSE.txt/d" CMakeLists.txt \ - || die "failed to patch cmakelists" - # install docs in the right dir - sed -i -e "s#DESTINATION share/doc/screengrab#DESTINATION share/doc/${PF}#" \ - -e "s:-Wnon-virtual-dtor -Woverloaded-virtual:${CXXFLAGS}:" \ - CMakeLists.txt || die "failed to patch doc dir" - sed -i "s:screengrab%1html:${PF}%1html:" src/ui/mainwindow.cpp || die -} |