summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Martin <slarti@gentoo.org>2005-05-21 16:43:29 +0000
committerTom Martin <slarti@gentoo.org>2005-05-21 16:43:29 +0000
commit2b88d7b93308aa8a9252834a50a648fe91eef940 (patch)
tree1f0ba486c92981377cf913504058c9661ec64c55 /dev-libs/tre
parentDigest of new diff that fixes bug #93433. (diff)
downloadhistorical-2b88d7b93308aa8a9252834a50a648fe91eef940.tar.gz
historical-2b88d7b93308aa8a9252834a50a648fe91eef940.tar.bz2
historical-2b88d7b93308aa8a9252834a50a648fe91eef940.zip
Change the ewarn slightly.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'dev-libs/tre')
-rw-r--r--dev-libs/tre/ChangeLog5
-rw-r--r--dev-libs/tre/Manifest10
-rw-r--r--dev-libs/tre/tre-0.7.2.ebuild13
3 files changed, 14 insertions, 14 deletions
diff --git a/dev-libs/tre/ChangeLog b/dev-libs/tre/ChangeLog
index a51a032df6c0..a54959a844a7 100644
--- a/dev-libs/tre/ChangeLog
+++ b/dev-libs/tre/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/tre
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/tre/ChangeLog,v 1.14 2005/04/21 18:44:52 slarti Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/tre/ChangeLog,v 1.15 2005/05/21 16:43:29 slarti Exp $
+
+ 21 May 2005; Tom Martin <slarti@gentoo.org> tre-0.7.2.ebuild:
+ Change the ewarn slightly.
21 Apr 2005; Tom Martin <slarti@gentoo.org> metadata.xml,
tre-0.7.2.ebuild:
diff --git a/dev-libs/tre/Manifest b/dev-libs/tre/Manifest
index c55f495a4546..4131ca249fab 100644
--- a/dev-libs/tre/Manifest
+++ b/dev-libs/tre/Manifest
@@ -1,16 +1,16 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 dcd0b1e839c7d5d6c35b3db752812893 ChangeLog 2395
+MD5 ddf2482dc39112884596af587834e1c3 tre-0.7.2.ebuild 1162
MD5 284f667551c0ab84a4d8511f2a217886 tre-0.7.0.ebuild 1225
+MD5 a559634b759b9afc50319487a59f7c53 ChangeLog 2489
MD5 46ccdc06efb1c7a6f02bde76d9fdd261 metadata.xml 288
-MD5 e7d50e48daf07c416599ba3df1c7aa5d tre-0.7.2.ebuild 1227
MD5 104643b634dfd64682eaea27ce875980 files/digest-tre-0.7.2 62
MD5 6e56039a6668c1f9a9c58117436ae97e files/digest-tre-0.7.0 62
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
-iD8DBQFCZ/TFCHk4+ZoBpvsRAkx8AKC3Es0nPhk5ruXXom46dkfn/qLFkgCgncid
-PcFE+fw5Y2cqKSHNqHimfyY=
-=Uue8
+iD8DBQFCj2VKCHk4+ZoBpvsRAhavAKCivTKc6qJVVCwXtXaggbLPlF0dVQCfa3XH
+sOjceJB4lGaf4h5I8iqj0hI=
+=DwKD
-----END PGP SIGNATURE-----
diff --git a/dev-libs/tre/tre-0.7.2.ebuild b/dev-libs/tre/tre-0.7.2.ebuild
index 6adc588548cc..854659e92b82 100644
--- a/dev-libs/tre/tre-0.7.2.ebuild
+++ b/dev-libs/tre/tre-0.7.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/tre/tre-0.7.2.ebuild,v 1.2 2005/04/21 18:44:52 slarti Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/tre/tre-0.7.2.ebuild,v 1.3 2005/05/21 16:43:29 slarti Exp $
IUSE="nls static"
@@ -27,7 +27,6 @@ RDEPEND="virtual/libc
src_compile() {
# Build TRE library.
- cd ${S}
econf \
`use_enable nls` \
`use_enable static` \
@@ -40,14 +39,12 @@ src_compile() {
src_install() {
emake DESTDIR=${D} install || die
- cd ${S}
dohtml doc/tre-api.html doc/tre-syntax.html
}
-
pkg_postinst() {
- ewarn "Both app-misc/glimpse, app-text/agrep and this package provide agrep."
- ewarn "they seem to be similar but just to let you know."
- ewarn "If this causes a problem please do a bug report"
- ewarn "bugs.gentoo.org."
+ ewarn ""
+ ewarn "app-misc/glimpse, app-text/agrep and this package all provide agrep."
+ ewarn "If this causes a problem please file bug report on bugs.gentoo.org."
+ ewarn ""
}