diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2009-08-01 19:06:27 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2009-08-01 19:06:27 +0000 |
commit | 935ddfa1db7a1cf6f2822a2be3d42de2cdd1af9e (patch) | |
tree | 124834c57c6e0baa52264ac118cf33305da55ae1 /dev-libs/tre | |
parent | Adding support to ~lxde-base/lxtask-0.1* , closes bug #279867 (diff) | |
download | gentoo-2-935ddfa1db7a1cf6f2822a2be3d42de2cdd1af9e.tar.gz gentoo-2-935ddfa1db7a1cf6f2822a2be3d42de2cdd1af9e.tar.bz2 gentoo-2-935ddfa1db7a1cf6f2822a2be3d42de2cdd1af9e.zip |
remove old
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/tre')
-rw-r--r-- | dev-libs/tre/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/tre/tre-0.7.2.ebuild | 50 | ||||
-rw-r--r-- | dev-libs/tre/tre-0.7.4.ebuild | 52 |
3 files changed, 6 insertions, 104 deletions
diff --git a/dev-libs/tre/ChangeLog b/dev-libs/tre/ChangeLog index 8d041b6bce79..114bdf17676f 100644 --- a/dev-libs/tre/ChangeLog +++ b/dev-libs/tre/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/tre -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/tre/ChangeLog,v 1.38 2008/02/04 18:36:14 drac Exp $ +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/tre/ChangeLog,v 1.39 2009/08/01 19:06:26 darkside Exp $ + + 01 Aug 2009; Jeremy Olexa <darkside@gentoo.org> -tre-0.7.2.ebuild, + -tre-0.7.4.ebuild: + remove old 04 Feb 2008; Samuli Suominen <drac@gentoo.org> tre-0.7.5.ebuild: amd64 stable wrt #208142 diff --git a/dev-libs/tre/tre-0.7.2.ebuild b/dev-libs/tre/tre-0.7.2.ebuild deleted file mode 100644 index 48c702840eac..000000000000 --- a/dev-libs/tre/tre-0.7.2.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2007 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.5 2007/12/12 16:26:14 pva Exp $ - -IUSE="nls static" - -DESCRIPTION="Lightweight, robust, and efficient POSIX compliant regexp matching library." -HOMEPAGE="http://laurikari.net/tre/index.html" -SRC_URI="http://laurikari.net/tre/${P}.tar.bz2" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="amd64 ppc ~x86" - -DEPEND="virtual/libc - sys-apps/gawk - sys-apps/grep - sys-apps/sed - sys-devel/gettext - sys-devel/libtool - sys-devel/gcc - dev-util/pkgconfig" - -RDEPEND="virtual/libc - !app-misc/glimpse - !app-text/agrep" - -src_compile() { - # Build TRE library. - econf \ - `use_enable nls` \ - `use_enable static` \ - --enable-agrep \ - --enable-system-abi \ - --disable-profile \ - --disable-debug || die - emake || die -} - -src_install() { - emake DESTDIR="${D}" install || die - dohtml doc/tre-api.html doc/tre-syntax.html -} - -pkg_postinst() { - 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 "" -} diff --git a/dev-libs/tre/tre-0.7.4.ebuild b/dev-libs/tre/tre-0.7.4.ebuild deleted file mode 100644 index 1258c3bf746c..000000000000 --- a/dev-libs/tre/tre-0.7.4.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/tre/tre-0.7.4.ebuild,v 1.13 2007/12/12 16:26:14 pva Exp $ - -IUSE="nls static" - -DESCRIPTION="Lightweight, robust, and efficient POSIX compliant regexp matching library." -HOMEPAGE="http://laurikari.net/tre/index.html" -SRC_URI="http://laurikari.net/tre/${P}.tar.bz2" - -SLOT="0" -LICENSE="LGPL-2.1" -KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86 ~x86-fbsd" - -DEPEND="virtual/libc - sys-apps/gawk - sys-apps/grep - sys-apps/sed - sys-devel/gettext - sys-devel/libtool - sys-devel/gcc - dev-util/pkgconfig" - -RDEPEND="virtual/libc - !app-misc/glimpse - !app-text/agrep" - -src_compile() { - # Build TRE library. - econf \ - `use_enable nls` \ - `use_enable static` \ - --enable-agrep \ - --enable-system-abi \ - --disable-profile \ - --disable-debug || die - emake || die -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc NEWS README THANKS TODO AUTHORS - dohtml doc/*.{html,css} -} - -pkg_postinst() { - ewarn "" - 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 "" -} |