eva         15/05/12 22:45:45

  Modified:             ChangeLog
  Added:                gtk-doc-am-1.22.ebuild
  Removed:              gtk-doc-am-1.20.ebuild
  Log:
  Version bump. Clean up old revision.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  Changes    Path
1.120                dev-util/gtk-doc-am/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gtk-doc-am/ChangeLog?rev=1.120&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gtk-doc-am/ChangeLog?rev=1.120&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gtk-doc-am/ChangeLog?r1=1.119&r2=1.120

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/gtk-doc-am/ChangeLog,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -r1.119 -r1.120
--- ChangeLog   21 Mar 2015 16:30:42 -0000      1.119
+++ ChangeLog   12 May 2015 22:45:45 -0000      1.120
@@ -1,6 +1,12 @@
 # ChangeLog for dev-util/gtk-doc-am
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/gtk-doc-am/ChangeLog,v 1.119 
2015/03/21 16:30:42 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gtk-doc-am/ChangeLog,v 1.120 
2015/05/12 22:45:45 eva Exp $
+
+*gtk-doc-am-1.22 (12 May 2015)
+
+  12 May 2015; Gilles Dartiguelongue <[email protected]> -gtk-doc-am-1.20.ebuild,
+  +gtk-doc-am-1.22.ebuild:
+  Version bump. Clean up old revision.
 
   21 Mar 2015; Justin Lecher <[email protected]> gtk-doc-am-1.20.ebuild,
   gtk-doc-am-1.21.ebuild:



1.1                  dev-util/gtk-doc-am/gtk-doc-am-1.22.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gtk-doc-am/gtk-doc-am-1.22.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gtk-doc-am/gtk-doc-am-1.22.ebuild?rev=1.1&content-type=text/plain

Index: gtk-doc-am-1.22.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/gtk-doc-am/gtk-doc-am-1.22.ebuild,v 
1.1 2015/05/12 22:45:45 eva Exp $

EAPI=5
GNOME_ORG_MODULE="gtk-doc"

inherit gnome.org

DESCRIPTION="Automake files from gtk-doc"
HOMEPAGE="http://www.gtk.org/gtk-doc/";

LICENSE="GPL-2 FDL-1.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
IUSE=""

RDEPEND=">=dev-lang/perl-5.6"
DEPEND="${RDEPEND}
        !<dev-util/gtk-doc-${GNOME_ORG_PVP}
"
# pkg-config is used by gtkdoc-rebase at runtime
# PDEPEND to avoid circular deps, bug 368301
PDEPEND="virtual/pkgconfig"

# This ebuild doesn't even compile anything, causing tests to fail when 
updating (bug #316071)
RESTRICT="test"

src_configure() {
        # Duplicate autoconf checks so we don't have to call configure
        local PERL=$(type -P perl)

        test -n "${PERL}" || die "Perl not found!"
        "${PERL}" -e "require v5.6.0" || die "perl >= 5.6.0 is required for 
gtk-doc"

        # Replicate AC_SUBST
        sed -e "s:@PERL@:${PERL}:g" -e "s:@VERSION@:${PV}:g" \
                "${S}/gtkdoc-rebase.in" > "${S}/gtkdoc-rebase" || die "sed 
failed!"
}

src_compile() {
        :
}

src_install() {
        dobin gtkdoc-rebase

        insinto /usr/share/aclocal
        doins gtk-doc.m4
}




Reply via email to