dilfridge    15/04/04 23:49:28

  Modified:             ChangeLog
  Added:                liblangtag-0.5.6.ebuild
  Removed:              liblangtag-0.4.0-r1.ebuild
  Log:
  Version bump; remove old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  Changes    Path
1.22                 app-text/liblangtag/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/liblangtag/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   27 Dec 2013 09:01:13 -0000      1.21
+++ ChangeLog   4 Apr 2015 23:49:28 -0000       1.22
@@ -1,6 +1,15 @@
 # ChangeLog for app-text/liblangtag
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/liblangtag/ChangeLog,v 1.21 
2013/12/27 09:01:13 scarabeus Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/liblangtag/ChangeLog,v 1.22 
2015/04/04 23:49:28 dilfridge Exp $
+
+*liblangtag-0.5.6 (04 Apr 2015)
+
+  04 Apr 2015; Andreas K. Huettel <dilfri...@gentoo.org>
+  -liblangtag-0.4.0-r1.ebuild, +liblangtag-0.5.6.ebuild,
+  -files/liblangtag-0.4.0-arm.patch,
+  -files/liblangtag-0.4.0-introspection.patch,
+  -files/liblangtag-0.4.0-module.patch:
+  Version bump; remove old
 
 *liblangtag-0.5.2 (27 Dec 2013)
 



1.1                  app-text/liblangtag/liblangtag-0.5.6.ebuild

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

Index: liblangtag-0.5.6.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-text/liblangtag/liblangtag-0.5.6.ebuild,v 1.1 
2015/04/04 23:49:28 dilfridge Exp $

EAPI=5

inherit autotools-utils

DESCRIPTION="An interface library to access tags for identifying languages"
HOMEPAGE="http://tagoh.bitbucket.org/liblangtag/";
SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";

LICENSE="|| ( LGPL-3 MPL-1.1 )"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~x86"
IUSE="introspection static-libs test"

RDEPEND="
        dev-libs/glib
        dev-libs/libxml2
        introspection? ( >=dev-libs/gobject-introspection-0.10.8 )"
DEPEND="${RDEPEND}
        dev-libs/gobject-introspection-common
        sys-devel/gettext
        test? ( dev-libs/check )"

# Upstream expect liblangtag to be installed when one runs tests...
RESTRICT="test"

src_configure() {
        local myeconfargs=(
                $(use_enable introspection)
                $(use_enable test)
        )
        autotools-utils_src_configure
}

src_install() {
        autotools-utils_src_install
        prune_libtool_files --all
}




Reply via email to