Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/scrot: scrot-0.8-r1.ebuild ChangeLog
Date: Wed, 27 Aug 2014 13:50:48
Message-Id: 20140827135044.AD02A3FCC@oystercatcher.gentoo.org
1 mgorny 14/08/27 13:50:44
2
3 Modified: ChangeLog
4 Added: scrot-0.8-r1.ebuild
5 Log:
6 Convert to a modern EAPI and bash-completion-r1.
7
8 (Portage version: 2.2.11_p165/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
9
10 Revision Changes Path
11 1.25 media-gfx/scrot/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/scrot/ChangeLog?rev=1.25&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/scrot/ChangeLog?rev=1.25&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/scrot/ChangeLog?r1=1.24&r2=1.25
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-gfx/scrot/ChangeLog,v
20 retrieving revision 1.24
21 retrieving revision 1.25
22 diff -u -r1.24 -r1.25
23 --- ChangeLog 27 Jul 2013 20:19:02 -0000 1.24
24 +++ ChangeLog 27 Aug 2014 13:50:44 -0000 1.25
25 @@ -1,6 +1,11 @@
26 # ChangeLog for media-gfx/scrot
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/scrot/ChangeLog,v 1.24 2013/07/27 20:19:02 aballier Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/scrot/ChangeLog,v 1.25 2014/08/27 13:50:44 mgorny Exp $
31 +
32 +*scrot-0.8-r1 (27 Aug 2014)
33 +
34 + 27 Aug 2014; Michał Górny <mgorny@g.o> +scrot-0.8-r1.ebuild:
35 + Convert to a modern EAPI and bash-completion-r1.
36
37 27 Jul 2013; Alexis Ballier <aballier@g.o> scrot-0.8.ebuild:
38 keyword ~amd64-fbsd thanks to Yuta SATOH, bug #477644
39
40
41
42 1.1 media-gfx/scrot/scrot-0.8-r1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/scrot/scrot-0.8-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/scrot/scrot-0.8-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: scrot-0.8-r1.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-gfx/scrot/scrot-0.8-r1.ebuild,v 1.1 2014/08/27 13:50:44 mgorny Exp $
52
53 EAPI=5
54
55 inherit bash-completion-r1
56
57 DESCRIPTION="Screen capture utility using imlib2 library"
58 HOMEPAGE="http://www.linuxbrit.co.uk/"
59 SRC_URI="http://www.linuxbrit.co.uk/downloads/${P}.tar.gz"
60
61 LICENSE="feh LGPL-2+"
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
64 IUSE=""
65
66 RDEPEND=">=media-libs/imlib2-1.0.3
67 >=media-libs/giblib-1.2.3"
68 DEPEND="${RDEPEND}"
69
70 src_install() {
71 emake DESTDIR="${D}" install
72 rm -r "${D}"/usr/doc
73 dodoc AUTHORS ChangeLog
74
75 newbashcomp "${FILESDIR}/${PN}.bash-completion" ${PN}
76 }