mgorny      14/08/27 13:50:44

  Modified:             ChangeLog
  Added:                scrot-0.8-r1.ebuild
  Log:
  Convert to a modern EAPI and bash-completion-r1.
  
  (Portage version: 2.2.11_p165/cvs/Linux x86_64, signed Manifest commit with 
key EFB4464E!)

Revision  Changes    Path
1.25                 media-gfx/scrot/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/scrot/ChangeLog?rev=1.25&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/scrot/ChangeLog?rev=1.25&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/scrot/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/scrot/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog   27 Jul 2013 20:19:02 -0000      1.24
+++ ChangeLog   27 Aug 2014 13:50:44 -0000      1.25
@@ -1,6 +1,11 @@
 # ChangeLog for media-gfx/scrot
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/scrot/ChangeLog,v 1.24 2013/07/27 
20:19:02 aballier Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/scrot/ChangeLog,v 1.25 2014/08/27 
13:50:44 mgorny Exp $
+
+*scrot-0.8-r1 (27 Aug 2014)
+
+  27 Aug 2014; Michał Górny <[email protected]> +scrot-0.8-r1.ebuild:
+  Convert to a modern EAPI and bash-completion-r1.
 
   27 Jul 2013; Alexis Ballier <[email protected]> scrot-0.8.ebuild:
   keyword ~amd64-fbsd thanks to Yuta SATOH, bug #477644



1.1                  media-gfx/scrot/scrot-0.8-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/scrot/scrot-0.8-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/scrot/scrot-0.8-r1.ebuild?rev=1.1&content-type=text/plain

Index: scrot-0.8-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/scrot/scrot-0.8-r1.ebuild,v 1.1 
2014/08/27 13:50:44 mgorny Exp $

EAPI=5

inherit bash-completion-r1

DESCRIPTION="Screen capture utility using imlib2 library"
HOMEPAGE="http://www.linuxbrit.co.uk/";
SRC_URI="http://www.linuxbrit.co.uk/downloads/${P}.tar.gz";

LICENSE="feh LGPL-2+"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd"
IUSE=""

RDEPEND=">=media-libs/imlib2-1.0.3
        >=media-libs/giblib-1.2.3"
DEPEND="${RDEPEND}"

src_install() {
        emake DESTDIR="${D}" install
        rm -r "${D}"/usr/doc
        dodoc AUTHORS ChangeLog

        newbashcomp "${FILESDIR}/${PN}.bash-completion" ${PN}
}




Reply via email to