summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2007-05-05 20:35:22 +0000
committerMichael Cummings <mcummings@gentoo.org>2007-05-05 20:35:22 +0000
commit059503c2c3cd8355e14f9f4ac366c2604b2bb7d0 (patch)
tree3c128fc3b26e48054c85d63e7951402fce129d18 /www-misc
parentStable on x86, bug #177213. (diff)
downloadgentoo-2-059503c2c3cd8355e14f9f4ac366c2604b2bb7d0.tar.gz
gentoo-2-059503c2c3cd8355e14f9f4ac366c2604b2bb7d0.tar.bz2
gentoo-2-059503c2c3cd8355e14f9f4ac366c2604b2bb7d0.zip
Version bump
(Portage version: 2.1.2.3)
Diffstat (limited to 'www-misc')
-rw-r--r--www-misc/libapreq/ChangeLog8
-rw-r--r--www-misc/libapreq/files/digest-libapreq-1.3.33
-rw-r--r--www-misc/libapreq/libapreq-1.3.3.ebuild24
3 files changed, 34 insertions, 1 deletions
diff --git a/www-misc/libapreq/ChangeLog b/www-misc/libapreq/ChangeLog
index 1070124d3d85..ca47e65557ae 100644
--- a/www-misc/libapreq/ChangeLog
+++ b/www-misc/libapreq/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for www-misc/libapreq
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-misc/libapreq/ChangeLog,v 1.3 2007/03/13 14:41:03 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-misc/libapreq/ChangeLog,v 1.4 2007/05/05 20:35:22 mcummings Exp $
+
+*libapreq-1.3.3 (05 May 2007)
+
+ 05 May 2007; Michael Cummings <mcummings@gentoo.org>
+ +libapreq-1.3.3.ebuild:
+ Version bump
13 Mar 2007; Raúl Porcel <armin76@gentoo.org> libapreq-1.3.ebuild:
x86 stable
diff --git a/www-misc/libapreq/files/digest-libapreq-1.3.3 b/www-misc/libapreq/files/digest-libapreq-1.3.3
new file mode 100644
index 000000000000..11feec3bc635
--- /dev/null
+++ b/www-misc/libapreq/files/digest-libapreq-1.3.3
@@ -0,0 +1,3 @@
+MD5 8ac4296342e637c6faa731dcf9087685 libapreq-1.33.tar.gz 328944
+RMD160 202daea20090e6fa7de292c227eb17fbcc236ca1 libapreq-1.33.tar.gz 328944
+SHA256 7026864650189e8d8932eb19af206909c983e5b2240e0adc36ccd2fc002a179c libapreq-1.33.tar.gz 328944
diff --git a/www-misc/libapreq/libapreq-1.3.3.ebuild b/www-misc/libapreq/libapreq-1.3.3.ebuild
new file mode 100644
index 000000000000..14b8db34ad77
--- /dev/null
+++ b/www-misc/libapreq/libapreq-1.3.3.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/www-misc/libapreq/libapreq-1.3.3.ebuild,v 1.1 2007/05/05 20:35:22 mcummings Exp $
+
+inherit perl-module versionator eutils
+
+MY_PV="$(delete_version_separator 2)"
+MY_P="${PN}-${MY_PV}"
+S=${WORKDIR}/${MY_P}
+
+DESCRIPTION="A Apache Request Perl Module"
+HOMEPAGE="http://httpd.apache.org/apreq/"
+SRC_URI="http://www.apache.org/dist/httpd/libapreq/${MY_P}.tar.gz"
+
+LICENSE="Apache-1.1 as-is"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+DEPEND=">=sys-apps/sed-4
+ dev-perl/Apache-Test
+ <www-apache/mod_perl-1.99"
+
+mydoc="TODO"