diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-04-26 20:21:53 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-04-26 20:21:53 +0000 |
commit | dba1be47c0dfcda899b79d8a468fe27d001dca46 (patch) | |
tree | 81271aac9d0c9dbe9a7fe1ddba41a3a136b5e72d /dev-perl/HTTP-BrowserDetect | |
parent | Initial Import (diff) | |
download | gentoo-2-dba1be47c0dfcda899b79d8a468fe27d001dca46.tar.gz gentoo-2-dba1be47c0dfcda899b79d8a468fe27d001dca46.tar.bz2 gentoo-2-dba1be47c0dfcda899b79d8a468fe27d001dca46.zip |
Stable on alpha.
(Portage version: 2.0.51.20)
Diffstat (limited to 'dev-perl/HTTP-BrowserDetect')
-rw-r--r-- | dev-perl/HTTP-BrowserDetect/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-0.98.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/HTTP-BrowserDetect/ChangeLog b/dev-perl/HTTP-BrowserDetect/ChangeLog index ac54c7a24ca1..b67da00d01d4 100644 --- a/dev-perl/HTTP-BrowserDetect/ChangeLog +++ b/dev-perl/HTTP-BrowserDetect/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/HTTP-BrowserDetect # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog,v 1.7 2005/04/26 01:22:29 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog,v 1.8 2005/04/26 20:17:19 kloeri Exp $ + + 26 Apr 2005; Bryan Østergaard <kloeri@gentoo.org> + HTTP-BrowserDetect-0.98.ebuild: + Stable on alpha. 26 Apr 2005; Gustavo Zacarias <gustavoz@gentoo.org> HTTP-BrowserDetect-0.98.ebuild: diff --git a/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-0.98.ebuild b/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-0.98.ebuild index 85ad1747f6ae..e2e7a875b251 100644 --- a/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-0.98.ebuild +++ b/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-0.98.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-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-0.98.ebuild,v 1.4 2005/04/26 01:22:29 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-0.98.ebuild,v 1.5 2005/04/26 20:17:19 kloeri Exp $ inherit perl-module @@ -10,5 +10,5 @@ HOMEPAGE="http://www.cpan.org/modules/by-authors/id/L/LH/LHS/${P}.readme" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="x86 ~amd64 ~alpha ~hppa ~mips ~ppc sparc" +KEYWORDS="x86 ~amd64 alpha ~hppa ~mips ~ppc sparc" IUSE="" |