public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/libestr: ChangeLog libestr-0.1.1.ebuild
@ 2011-07-15  8:46 Markos Chandras (hwoarang)
  0 siblings, 0 replies; only message in thread
From: Markos Chandras (hwoarang) @ 2011-07-15  8:46 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/07/15 08:46:52

  Modified:             ChangeLog
  Added:                libestr-0.1.1.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.0_alpha43/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-libs/libestr/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libestr/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	22 Feb 2011 16:42:53 -0000	1.1
+++ ChangeLog	15 Jul 2011 08:46:52 -0000	1.2
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/libestr
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libestr/ChangeLog,v 1.1 2011/02/22 16:42:53 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libestr/ChangeLog,v 1.2 2011/07/15 08:46:52 hwoarang Exp $
+
+*libestr-0.1.1 (15 Jul 2011)
+
+  15 Jul 2011; Markos Chandras <hwoarang@gentoo.org> +libestr-0.1.1.ebuild:
+  Version bump
 
 *libestr-0.1.0 (22 Feb 2011)
 



1.1                  dev-libs/libestr/libestr-0.1.1.ebuild

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

Index: libestr-0.1.1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libestr/libestr-0.1.1.ebuild,v 1.1 2011/07/15 08:46:52 hwoarang Exp $

EAPI=4

DESCRIPTION="Library for some string essentials"
HOMEPAGE="http://libestr.adiscon.com/"
SRC_URI="http://doc.libestr.adiscon.com/download/${P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug"

DEPEND=""
RDEPEND="${DEPEND}"

src_configure()	{
	econf $(use_enable debug)
}

src_install()	{
	emake install DESTDIR="${D}"
	find "${D}" -name "*.la" -delete || die
}






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

only message in thread, other threads:[~2011-07-15  8:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-15  8:46 [gentoo-commits] gentoo-x86 commit in dev-libs/libestr: ChangeLog libestr-0.1.1.ebuild Markos Chandras (hwoarang)

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