jer         14/05/12 17:21:09

  Modified:             ChangeLog xsnap-1.5.11.ebuild
  Added:                xsnap-1.5.15.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.49                 x11-misc/xsnap/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xsnap/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog   4 Jun 2013 01:37:39 -0000       1.48
+++ ChangeLog   12 May 2014 17:21:09 -0000      1.49
@@ -1,6 +1,12 @@
 # ChangeLog for x11-misc/xsnap
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsnap/ChangeLog,v 1.48 2013/06/04 
01:37:39 jer Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsnap/ChangeLog,v 1.49 2014/05/12 
17:21:09 jer Exp $
+
+*xsnap-1.5.15 (12 May 2014)
+
+  12 May 2014; Jeroen Roovers <[email protected]> xsnap-1.5.11.ebuild,
+  +xsnap-1.5.15.ebuild, +files/xsnap-1.5.15-root_name.patch:
+  Version bump.
 
 *xsnap-1.5.11 (04 Jun 2013)
 



1.2                  x11-misc/xsnap/xsnap-1.5.11.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xsnap/xsnap-1.5.11.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xsnap/xsnap-1.5.11.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xsnap/xsnap-1.5.11.ebuild?r1=1.1&r2=1.2

Index: xsnap-1.5.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xsnap/xsnap-1.5.11.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xsnap-1.5.11.ebuild 4 Jun 2013 01:37:39 -0000       1.1
+++ xsnap-1.5.11.ebuild 12 May 2014 17:21:09 -0000      1.2
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsnap/xsnap-1.5.11.ebuild,v 1.1 
2013/06/04 01:37:39 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsnap/xsnap-1.5.11.ebuild,v 1.2 
2014/05/12 17:21:09 jer Exp $
 
 EAPI=5
-inherit eutils toolchain-funcs
+inherit toolchain-funcs
 
 DESCRIPTION="Program to interactively take a 'snapshot' of a region of the 
screen"
 HOMEPAGE="ftp://ftp.ac-grenoble.fr/ge/Xutils/";
@@ -36,7 +36,6 @@
 DOCS=( AUTHORS Changelog README )
 
 src_prepare() {
-#      epatch "${FILESDIR}"/${P}-prefix.patch
        sed -i \
                -e 's|/usr/share/locale|$(LOCALEDIR)|g' \
                -e 's|/usr/share/man/man1|$(MANDIR)|g' \
@@ -62,8 +61,3 @@
        tc-export CC
        emake CCOPTIONS="${CFLAGS}" EXTRA_LDOPTIONS="${LDFLAGS}"
 }
-
-src_install() {
-#      dodir /usr/share/man/man1
-       default
-}



1.1                  x11-misc/xsnap/xsnap-1.5.15.ebuild

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

Index: xsnap-1.5.15.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsnap/xsnap-1.5.15.ebuild,v 1.1 
2014/05/12 17:21:09 jer Exp $

EAPI=5
inherit eutils toolchain-funcs

DESCRIPTION="Program to interactively take a 'snapshot' of a region of the 
screen"
HOMEPAGE="ftp://ftp.ac-grenoble.fr/ge/Xutils/";
SRC_URI="ftp://ftp.ac-grenoble.fr/ge/Xutils/${P}.tar.bz2";

LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux"
IUSE=""

COMMON_DEPEND="
        media-libs/libpng
        virtual/jpeg
        x11-libs/libX11
        x11-libs/libXft
        x11-libs/libXpm
"
RDEPEND="
        ${COMMON_DEPEND}
        media-fonts/font-misc-misc
"
DEPEND="
        ${COMMON_DEPEND}
        app-text/rman
        dev-lang/perl
        x11-misc/imake
        x11-proto/xproto
"

DOCS=( AUTHORS Changelog README )

src_prepare() {
        epatch "${FILESDIR}"/${P}-root_name.patch

        sed -i \
                -e 's|/usr/share/locale|$(LOCALEDIR)|g' \
                -e 's|/usr/share/man/man1|$(MANDIR)|g' \
                -e '/cd po.*install/s|cd.*|$(MAKE) -C po LOCALEDIR=$(LOCALEDIR) 
install|' \
                -e '21s|.*|LOCALEDIR = /usr/share/locale|' \
                Imakefile || die
        sed -i \
                -e '/^LOCALEDIR=/d' \
                po/Makefile || die

        xmkmf || die

        sed -i \
                -e '/ CC = /d' \
                -e '/ LD = /d' \
                -e '/ CDEBUGFLAGS = /d' \
                -e '/ CCOPTIONS = /d' \
                -e 's|CPP = cpp|CPP = $(CC)|g' \
                Makefile || die
}

src_compile() {
        tc-export CC
        emake CCOPTIONS="${CFLAGS}" EXTRA_LDOPTIONS="${LDFLAGS}"
}




Reply via email to