grobian     14/12/27 20:11:22

  Modified:             ChangeLog
  Added:                gnulib-2013.10.28.22.33.52.ebuild
  Log:
  Version bump, by Dennis Schridde in bug #532936
  
  (Portage version: 2.2.14-prefix/cvs/SunOS i386, signed Manifest commit with 
key 0x5F75F607C5C74E89)

Revision  Changes    Path
1.16                 dev-libs/gnulib/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gnulib/ChangeLog?rev=1.16&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gnulib/ChangeLog?rev=1.16&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gnulib/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/gnulib/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   12 Nov 2014 11:16:44 -0000      1.15
+++ ChangeLog   27 Dec 2014 20:11:22 -0000      1.16
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/gnulib
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/gnulib/ChangeLog,v 1.15 2014/11/12 
11:16:44 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/gnulib/ChangeLog,v 1.16 2014/12/27 
20:11:22 grobian Exp $
+
+*gnulib-2013.10.28.22.33.52 (27 Dec 2014)
+
+  27 Dec 2014; Fabian Groffen <[email protected]>
+  +gnulib-2013.10.28.22.33.52.ebuild:
+  Version bump, by Dennis Schridde in bug #532936
 
   12 Nov 2014; Jeroen Roovers <[email protected]> gnulib-9999-r1.ebuild:
   Install tests/ too.



1.1                  dev-libs/gnulib/gnulib-2013.10.28.22.33.52.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gnulib/gnulib-2013.10.28.22.33.52.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gnulib/gnulib-2013.10.28.22.33.52.ebuild?rev=1.1&content-type=text/plain

Index: gnulib-2013.10.28.22.33.52.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/gnulib/gnulib-2013.10.28.22.33.52.ebuild,v 1.1 
2014/12/27 20:11:22 grobian Exp $

EAPI=5

inherit eutils

GIT_TAG="0.1"

DESCRIPTION="Gnulib is a library of common routines intended to be shared at 
the source level"
HOMEPAGE="http://www.gnu.org/software/gnulib";
SRC_URI="http://git.savannah.gnu.org/cgit/${PN}.git/snapshot/${PN}-${GIT_TAG}.tar.gz";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
IUSE="doc"

S="${WORKDIR}/${PN}-${GIT_TAG}"

src_compile() {
        if use doc; then
                emake -C doc info html
        fi
}

src_install() {
        dodoc README ChangeLog

        insinto /usr/share/${PN}
        doins -r build-aux
        doins -r doc
        doins -r lib
        doins -r m4
        doins -r modules
        doins -r tests
        doins -r top

        # install the real script
        exeinto /usr/share/${PN}
        doexe gnulib-tool

        # create and install the wrapper
        dosym /usr/share/${PN}/gnulib-tool /usr/bin/gnulib-tool
}




Reply via email to