public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/tre: tre-0.8.0.ebuild tre-0.7.5.ebuild ChangeLog
@ 2011-01-06 16:41 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2011-01-06 16:41 UTC (permalink / raw
  To: gentoo-commits

jlec        11/01/06 16:41:28

  Modified:             tre-0.8.0.ebuild tre-0.7.5.ebuild ChangeLog
  Log:
  Some Clean up
  
  (Portage version: 2.2.0_alpha13/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-libs/tre/tre-0.8.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/tre/tre-0.8.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/tre/tre-0.8.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/tre/tre-0.8.0.ebuild?r1=1.3&r2=1.4

Index: tre-0.8.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/tre/tre-0.8.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- tre-0.8.0.ebuild	14 Jan 2010 21:42:10 -0000	1.3
+++ tre-0.8.0.ebuild	6 Jan 2011 16:41:28 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/tre/tre-0.8.0.ebuild,v 1.3 2010/01/14 21:42:10 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/tre/tre-0.8.0.ebuild,v 1.4 2011/01/06 16:41:28 jlec Exp $
 
 EAPI=2
 
@@ -13,7 +13,8 @@
 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="nls static-libs"
 
-RDEPEND="!app-misc/glimpse
+RDEPEND="
+	!app-misc/glimpse
 	!app-text/agrep"
 DEPEND="${RDEPEND}
 	dev-util/pkgconfig
@@ -30,14 +31,14 @@
 
 src_install() {
 	emake DESTDIR="${D}" install || die
-	dodoc AUTHORS ChangeLog NEWS README THANKS TODO
-	dohtml doc/*.{css,html}
+	dodoc AUTHORS ChangeLog NEWS README THANKS TODO || die
+	dohtml doc/*.{css,html} || die
 }
 
 pkg_postinst() {
-	ewarn ""
+	echo
 	ewarn "app-misc/glimpse, app-text/agrep and this package all provide agrep."
 	ewarn "If this causes any unforeseen incompatibilities please file a bug"
 	ewarn "on http://bugs.gentoo.org."
-	ewarn ""
+	echo
 }



1.9                  dev-libs/tre/tre-0.7.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/tre/tre-0.7.5.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/tre/tre-0.7.5.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/tre/tre-0.7.5.ebuild?r1=1.8&r2=1.9

Index: tre-0.7.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/tre/tre-0.7.5.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- tre-0.7.5.ebuild	4 Feb 2008 18:36:14 -0000	1.8
+++ tre-0.7.5.ebuild	6 Jan 2011 16:41:28 -0000	1.9
@@ -1,26 +1,27 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/tre/tre-0.7.5.ebuild,v 1.8 2008/02/04 18:36:14 drac Exp $
-
-IUSE="nls"
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/tre/tre-0.7.5.ebuild,v 1.9 2011/01/06 16:41:28 jlec Exp $
 
 DESCRIPTION="Lightweight, robust, and efficient POSIX compliant regexp matching library."
-HOMEPAGE="http://laurikari.net/tre/index.html"
+HOMEPAGE="http://laurikari.net/tre/"
 SRC_URI="http://laurikari.net/tre/${P}.tar.bz2"
 
 SLOT="0"
 LICENSE="LGPL-2.1"
 KEYWORDS="alpha amd64 hppa ~ia64 ppc ppc64 sparc x86 ~x86-fbsd"
+IUSE="nls"
 
-DEPEND="sys-apps/gawk
-		sys-apps/grep
-		sys-apps/sed
-		sys-devel/gettext
-		sys-devel/libtool
-		sys-devel/gcc
-		dev-util/pkgconfig"
-RDEPEND="!app-misc/glimpse
-		!app-text/agrep"
+DEPEND="
+	sys-apps/gawk
+	sys-apps/grep
+	sys-apps/sed
+	sys-devel/gettext
+	sys-devel/libtool
+	sys-devel/gcc
+	dev-util/pkgconfig"
+RDEPEND="
+	!app-misc/glimpse
+	!app-text/agrep"
 
 src_compile() {
 	# --enable-static is required for CRM114. See bug #165378.
@@ -30,20 +31,20 @@
 		--enable-static \
 		--enable-system-abi \
 		--disable-profile \
-		--disable-debug || die
+		--disable-debug
 	emake || die
 }
 
 src_install() {
 	emake DESTDIR="${D}" install || die
-	dodoc NEWS README THANKS TODO AUTHORS
-	dohtml doc/*.{html,css}
+	dodoc NEWS README THANKS TODO AUTHORS || die
+	dohtml doc/*.{html,css} || die
 }
 
 pkg_postinst() {
-	ewarn ""
+	echo
 	ewarn "app-misc/glimpse, app-text/agrep and this package all provide agrep."
 	ewarn "If this causes any unforeseen incompatibilities please file a bug"
 	ewarn "on http://bugs.gentoo.org."
-	ewarn ""
+	echo
 }



1.43                 dev-libs/tre/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/tre/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	14 Jan 2010 21:42:10 -0000	1.42
+++ ChangeLog	6 Jan 2011 16:41:28 -0000	1.43
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/tre
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/tre/ChangeLog,v 1.42 2010/01/14 21:42:10 fauli Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/tre/ChangeLog,v 1.43 2011/01/06 16:41:28 jlec Exp $
+
+  06 Jan 2011; Justin Lecher <jlec@gentoo.org> tre-0.7.5.ebuild,
+  tre-0.8.0.ebuild:
+  Some Clean up
 
   14 Jan 2010; Christian Faulhammer <fauli@gentoo.org> tre-0.8.0.ebuild:
   Transfer Prefix keywords






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

only message in thread, other threads:[~2011-01-06 16:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-06 16:41 [gentoo-commits] gentoo-x86 commit in dev-libs/tre: tre-0.8.0.ebuild tre-0.7.5.ebuild ChangeLog Justin Lecher (jlec)

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