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
commitaf0c57b8846b67946e28503434bd1261421069f7 (patch)
treeeced94d7ad54ece96e5075f9f986c057e459135a /dev-libs/tre
parentDigest of new diff that fixes bug #93433. (diff)
downloadgentoo-2-af0c57b8846b67946e28503434bd1261421069f7.tar.gz
gentoo-2-af0c57b8846b67946e28503434bd1261421069f7.tar.bz2
gentoo-2-af0c57b8846b67946e28503434bd1261421069f7.zip
Change the ewarn slightly.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-libs/tre')
-rw-r--r--dev-libs/tre/ChangeLog5
-rw-r--r--dev-libs/tre/tre-0.7.2.ebuild13
2 files changed, 9 insertions, 9 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/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 ""
}