public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-libs/libticonv: libticonv-1.1.3.ebuild ChangeLog libticonv-1.1.0.ebuild
@ 2012-02-19 13:32 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; only message in thread
From: Kacper Kowalik (xarthisius) @ 2012-02-19 13:32 UTC (permalink / raw
  To: gentoo-commits

xarthisius    12/02/19 13:32:29

  Modified:             ChangeLog
  Added:                libticonv-1.1.3.ebuild
  Removed:              libticonv-1.1.0.ebuild
  Log:
  Version bump, remove .la file, drop old
  
  (Portage version: 2.2.0_alpha86/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  sci-libs/libticonv/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libticonv/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libticonv/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libticonv/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libticonv/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	15 Mar 2011 20:56:25 -0000	1.4
+++ ChangeLog	19 Feb 2012 13:32:28 -0000	1.5
@@ -1,6 +1,12 @@
 # ChangeLog for sci-libs/libticonv
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libticonv/ChangeLog,v 1.4 2011/03/15 20:56:25 bicatali Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libticonv/ChangeLog,v 1.5 2012/02/19 13:32:28 xarthisius Exp $
+
+*libticonv-1.1.3 (19 Feb 2012)
+
+  19 Feb 2012; Kacper Kowalik <xarthisius@gentoo.org> +libticonv-1.1.3.ebuild,
+  -libticonv-1.1.0.ebuild:
+  Version bump, remove .la file, drop old
 
 *libticonv-1.1.1 (15 Mar 2011)
 



1.1                  sci-libs/libticonv/libticonv-1.1.3.ebuild

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

Index: libticonv-1.1.3.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-libs/libticonv/libticonv-1.1.3.ebuild,v 1.1 2012/02/19 13:32:28 xarthisius Exp $

EAPI=4

inherit multilib

DESCRIPTION="Charset conversion library for TI calculators"
HOMEPAGE="http://lpg.ticalc.org/prj_tilp/"
SRC_URI="mirror://sourceforge/tilp/tilp2-linux/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="doc iconv static-libs"

RDEPEND="dev-libs/glib:2"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

DOCS=( AUTHORS LOGO NEWS README ChangeLog docs/api.txt )

src_configure() {
	econf \
		$(use_enable static-libs static) \
		$(use_enable iconv)
}

src_install() {
	default
	if use doc; then
		dohtml docs/html/*
		docinto charsets
		dohtml docs/charsets/*
	fi
	use static-libs || rm -f "${D}"/usr/$(get_libdir)/${PN}.la
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-02-19 13:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-19 13:32 [gentoo-commits] gentoo-x86 commit in sci-libs/libticonv: libticonv-1.1.3.ebuild ChangeLog libticonv-1.1.0.ebuild Kacper Kowalik (xarthisius)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox