tetromino    15/05/30 00:40:15

  Modified:             ChangeLog
  Added:                gtk-doc-am-1.24.ebuild
  Removed:              gtk-doc-am-1.23.ebuild
  Log:
  Version bump, drop broken 1.23.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x18E5B6F2D8D5EC8D)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/gtk-doc-am/ChangeLog,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- ChangeLog   17 May 2015 09:37:40 -0000      1.121
+++ ChangeLog   30 May 2015 00:40:15 -0000      1.122
@@ -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.121 
2015/05/17 09:37:40 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gtk-doc-am/ChangeLog,v 1.122 
2015/05/30 00:40:15 tetromino Exp $
+
+*gtk-doc-am-1.24 (30 May 2015)
+
+  30 May 2015; Alexandre Rostovtsev <tetrom...@gentoo.org>
+  -gtk-doc-am-1.23.ebuild, +gtk-doc-am-1.24.ebuild:
+  Version bump, drop broken 1.23.
 
 *gtk-doc-am-1.23 (17 May 2015)
 



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

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

Index: gtk-doc-am-1.24.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.24.ebuild,v 
1.1 2015/05/30 00:40:15 tetromino 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