diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-01-02 12:22:38 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-01-02 12:22:38 +0000 |
commit | ba96fd2194f6fa027e81ce86f45d2f598a043994 (patch) | |
tree | 42ba3a48eaa032ba767b90881b61d39ad121831f /www-apache | |
parent | Stable for sparc, wrt bug #530302 (diff) | |
download | gentoo-2-ba96fd2194f6fa027e81ce86f45d2f598a043994.tar.gz gentoo-2-ba96fd2194f6fa027e81ce86f45d2f598a043994.tar.bz2 gentoo-2-ba96fd2194f6fa027e81ce86f45d2f598a043994.zip |
Drop old
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'www-apache')
-rw-r--r-- | www-apache/mod_xsendfile/ChangeLog | 6 | ||||
-rw-r--r-- | www-apache/mod_xsendfile/mod_xsendfile-0.12.ebuild | 25 | ||||
-rw-r--r-- | www-apache/mod_xsendfile/mod_xsendfile-0.9.ebuild | 23 |
3 files changed, 5 insertions, 49 deletions
diff --git a/www-apache/mod_xsendfile/ChangeLog b/www-apache/mod_xsendfile/ChangeLog index 53f1df04000e..aff264b49f67 100644 --- a/www-apache/mod_xsendfile/ChangeLog +++ b/www-apache/mod_xsendfile/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-apache/mod_xsendfile # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_xsendfile/ChangeLog,v 1.13 2015/01/02 12:15:54 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_xsendfile/ChangeLog,v 1.14 2015/01/02 12:22:38 pacho Exp $ + + 02 Jan 2015; Pacho Ramos <pacho@gentoo.org> -mod_xsendfile-0.12.ebuild, + -mod_xsendfile-0.9.ebuild: + Drop old 02 Jan 2015; Agostino Sarubbo <ago@gentoo.org> mod_xsendfile-1.0_beta1.ebuild: Stable for sparc, wrt bug #523010 diff --git a/www-apache/mod_xsendfile/mod_xsendfile-0.12.ebuild b/www-apache/mod_xsendfile/mod_xsendfile-0.12.ebuild deleted file mode 100644 index 0c2845245516..000000000000 --- a/www-apache/mod_xsendfile/mod_xsendfile-0.12.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_xsendfile/mod_xsendfile-0.12.ebuild,v 1.3 2012/04/05 09:25:18 ago Exp $ - -EAPI="4" - -inherit apache-module - -DESCRIPTION="Apache2 module that processes X-SENDFILE headers registered by the original output handler" -HOMEPAGE="https://tn123.org/mod_xsendfile/" -SRC_URI="https://tn123.org/mod_xsendfile/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~sparc x86 ~amd64-linux" -IUSE="" - -RDEPEND="${DEPEND}" - -APACHE2_MOD_CONF="50_${PN}" -APACHE2_MOD_DEFINE="XSENDFILE" - -DOCFILES="docs/Readme.html" - -need_apache2 diff --git a/www-apache/mod_xsendfile/mod_xsendfile-0.9.ebuild b/www-apache/mod_xsendfile/mod_xsendfile-0.9.ebuild deleted file mode 100644 index 583ea5382bb7..000000000000 --- a/www-apache/mod_xsendfile/mod_xsendfile-0.9.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_xsendfile/mod_xsendfile-0.9.ebuild,v 1.3 2010/05/21 18:54:21 pacho Exp $ - -inherit apache-module - -DESCRIPTION="Apache2 module that processes X-SENDFILE headers registered by the original output handler" -HOMEPAGE="http://tn123.ath.cx/mod_xsendfile/" -SRC_URI="http://tn123.ath.cx/mod_xsendfile/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~sparc x86" -IUSE="" - -RDEPEND="${DEPEND}" - -APACHE2_MOD_CONF="50_${PN}" -APACHE2_MOD_DEFINE="XSENDFILE" - -DOCFILES="Readme.html" - -need_apache2 |