public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/screengrab: screengrab-0.9.90-r1.ebuild ChangeLog screengrab-0.9.90.ebuild
@ 2012-06-19 23:46 Davide Pesavento (pesa)
  0 siblings, 0 replies; only message in thread
From: Davide Pesavento (pesa) @ 2012-06-19 23:46 UTC (permalink / raw
  To: gentoo-commits

pesa        12/06/19 23:46:10

  Modified:             ChangeLog
  Added:                screengrab-0.9.90-r1.ebuild
  Removed:              screengrab-0.9.90.ebuild
  Log:
  EAPI=4, fix sed expression to really install docs into the right dir (bug 421915), add missing dep on libX11.
  
  (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)

Revision  Changes    Path
1.22                 x11-misc/screengrab/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/screengrab/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/screengrab/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/screengrab/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/screengrab/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	11 Apr 2012 13:26:55 -0000	1.21
+++ ChangeLog	19 Jun 2012 23:46:10 -0000	1.22
@@ -1,6 +1,13 @@
 # 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.21 2012/04/11 13:26:55 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/screengrab/ChangeLog,v 1.22 2012/06/19 23:46:10 pesa Exp $
+
+*screengrab-0.9.90-r1 (19 Jun 2012)
+
+  19 Jun 2012; Davide Pesavento <pesa@gentoo.org> +screengrab-0.9.90-r1.ebuild,
+  -screengrab-0.9.90.ebuild:
+  EAPI=4, fix sed expression to really install docs into the right dir (bug
+  421915), add missing dep on libX11.
 
 *screengrab-0.9.90 (11 Apr 2012)
 



1.1                  x11-misc/screengrab/screengrab-0.9.90-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/screengrab/screengrab-0.9.90-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/screengrab/screengrab-0.9.90-r1.ebuild?rev=1.1&content-type=text/plain

Index: screengrab-0.9.90-r1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/screengrab/screengrab-0.9.90-r1.ebuild,v 1.1 2012/06/19 23:46:10 pesa Exp $

EAPI=4

inherit cmake-utils

DESCRIPTION="Qt application for getting 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/libX11
	x11-libs/qt-core:4
	x11-libs/qt-gui:4"
RDEPEND="${DEPEND}"

src_prepare() {
	# Install docs into the right dir, but skip the license.
	# Respect CXXFLAGS.
	sed -i -e "/LICENSE.txt/d" \
		-e "/SG_DOCDIR/s:share/doc/screengrab:${PF}:" \
		-e "/CMAKE_CXX_FLAGS/s:\"): ${CXXFLAGS}&:" \
		CMakeLists.txt || die
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-06-19 23:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-19 23:46 [gentoo-commits] gentoo-x86 commit in x11-misc/screengrab: screengrab-0.9.90-r1.ebuild ChangeLog screengrab-0.9.90.ebuild Davide Pesavento (pesa)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox