sping       14/10/20 15:56:31

  Modified:             ChangeLog
  Added:                uriparser-0.8.1.ebuild
  Log:
  dev-libs/uriparser: 0.8.1
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  Changes    Path
1.48                 dev-libs/uriparser/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/uriparser/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog   24 Mar 2014 15:09:32 -0000      1.47
+++ ChangeLog   20 Oct 2014 15:56:31 -0000      1.48
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/uriparser
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/uriparser/ChangeLog,v 1.47 
2014/03/24 15:09:32 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/uriparser/ChangeLog,v 1.48 
2014/10/20 15:56:31 sping Exp $
+
+*uriparser-0.8.1 (20 Oct 2014)
+
+  20 Oct 2014; Sebastian Pipping <sp...@gentoo.org> +uriparser-0.8.1.ebuild:
+  Bump to 0.8.1
 
   24 Mar 2014; Agostino Sarubbo <a...@gentoo.org> uriparser-0.8.0.ebuild:
   Stable for ppc, wrt bug #502726



1.1                  dev-libs/uriparser/uriparser-0.8.1.ebuild

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

Index: uriparser-0.8.1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/uriparser/uriparser-0.8.1.ebuild,v 
1.1 2014/10/20 15:56:31 sping Exp $

EAPI=4

inherit eutils

DESCRIPTION="Uriparser is a strictly RFC 3986 compliant URI parsing library in 
C"
HOMEPAGE="http://uriparser.sourceforge.net/";
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris"
IUSE="doc qt4 test unicode"

RDEPEND=""
DEPEND="virtual/pkgconfig
        doc? ( >=app-doc/doxygen-1.5.8
                qt4? ( dev-qt/qthelp:4 ) )
        test? ( >=dev-util/cpptest-1.1.1 )"

REQUIRED_USE="test? ( unicode )"

src_configure() {
        econf \
                --disable-sizedown \
                $(use_enable test) \
                --enable-char \
                $(use_enable unicode wchar_t) \
                $(use_enable doc) \
                --disable-dependency-tracking \
                --docdir=/usr/share/doc/${PF}/
}

src_install() {
        emake DESTDIR="${D}" install || die "make install failed"
        dodoc AUTHORS ChangeLog THANKS || die

        if use doc && use qt4; then
                insinto /usr/share/doc/${PF}/
                doins doc/*.qch || die  # Using doins to avoid dodoc's 
compression
        fi
}




Reply via email to