creffett    14/08/18 20:47:27

  Modified:             ChangeLog
  Added:                htp-1.16-r1.ebuild
  Removed:              htp-1.16.ebuild
  Log:
  QA: EAPI bump, revbump, remove old
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.13                 app-text/htp/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/htp/ChangeLog?rev=1.13&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/htp/ChangeLog?rev=1.13&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/htp/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/htp/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   18 Sep 2012 04:15:20 -0000      1.12
+++ ChangeLog   18 Aug 2014 20:47:27 -0000      1.13
@@ -1,6 +1,12 @@
 # ChangeLog for app-text/htp
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/htp/ChangeLog,v 1.12 2012/09/18 
04:15:20 radhermit Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/htp/ChangeLog,v 1.13 2014/08/18 
20:47:27 creffett Exp $
+
+*htp-1.16-r1 (18 Aug 2014)
+
+  18 Aug 2014; Christopher Reffett <[email protected]>
+  +htp-1.16-r1.ebuild, -htp-1.16.ebuild:
+  QA: EAPI bump, revbump, remove old
 
   18 Sep 2012; Tim Harder <[email protected]> metadata.xml:
   Remove redundant maintainer from metadata.
@@ -42,4 +48,3 @@
   23 Apr 2004; Stuart Herbert <[email protected]> htp-1.15.ebuild,
   metadata.xml:
   Initial import; thanks to DC <[email protected]>; see bug #40573
-



1.1                  app-text/htp/htp-1.16-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/htp/htp-1.16-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/htp/htp-1.16-r1.ebuild?rev=1.1&content-type=text/plain

Index: htp-1.16-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/htp/htp-1.16-r1.ebuild,v 1.1 
2014/08/18 20:47:27 creffett Exp $

EAPI=5

inherit eutils toolchain-funcs

DESCRIPTION="An HTML preprocessor"
HOMEPAGE="http://htp.sourceforge.net/";
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="Clarified-Artistic"
SLOT="0"
KEYWORDS="~alpha ~ppc ~sparc ~x86"
IUSE=""

# HTP does not use autoconf, have to set options defined in Makefile.config

src_prepare() {
        epatch "${FILESDIR}"/strip.patch #240110
        # let src_test take care of testing
        sed -i -e '/SUBDIRS /s:tests::' Makefile || die
        # don't install doc files with +x perms
        sed -i -e '$aINSTALL += -m644' homepage/ref/{*/,}Makefile || die
        # make src_test abort on failure
        sed -i -e '/DIFF.*FAILED/s/echo/exit 1; :/' tests/Makefile || die
        # the png file in this test isn't fetchable
        sed -i -e 's: width="630" height="331"::' tests/png.html.exp || die
}

src_compile() {
        emake \
                CCOPT="-c ${CFLAGS} ${CPPFLAGS} -DHAVE_SNPRINTF 
-DHAVE_VASPRINTF -DHAVE_ASPRINTF" \
                CC="$(tc-getCC)" \
                LINK='$(CC) $(LDFLAGS)' \
                || die
}

src_test() {
        emake -C tests || die
}

src_install() {
        emake \
                DESTDIR="${D}" \
                prefix='$(DESTDIR)/usr' \
                pkgdocdir='$(DESTDIR)/usr/share/doc/${PF}/html' \
                install || die
}




Reply via email to