diff options
author | 2011-10-12 22:25:02 +0000 | |
---|---|---|
committer | 2011-10-12 22:25:02 +0000 | |
commit | 03f135dce44c0010d55f521a873b990714ea2e11 (patch) | |
tree | ad6834f100b3ea8517ae06cc811e8f4e91322026 /www-apache/mod_autoindex_mb | |
parent | [www-apache/mod_asn] cleanup and bump (diff) | |
download | darkside-03f135dce44c0010d55f521a873b990714ea2e11.tar.gz darkside-03f135dce44c0010d55f521a873b990714ea2e11.tar.bz2 darkside-03f135dce44c0010d55f521a873b990714ea2e11.zip |
[www-apache/mod_autoindex_mb] cleanup and bump
Diffstat (limited to 'www-apache/mod_autoindex_mb')
-rw-r--r-- | www-apache/mod_autoindex_mb/mod_autoindex_mb-2.15.1.ebuild (renamed from www-apache/mod_autoindex_mb/mod_autoindex_mb-2.11.3.ebuild) | 0 | ||||
-rw-r--r-- | www-apache/mod_autoindex_mb/mod_autoindex_mb-2.8.1.ebuild | 31 | ||||
-rw-r--r-- | www-apache/mod_autoindex_mb/mod_autoindex_mb-2.8.ebuild | 31 | ||||
-rw-r--r-- | www-apache/mod_autoindex_mb/mod_autoindex_mb-9999.ebuild | 32 |
4 files changed, 0 insertions, 94 deletions
diff --git a/www-apache/mod_autoindex_mb/mod_autoindex_mb-2.11.3.ebuild b/www-apache/mod_autoindex_mb/mod_autoindex_mb-2.15.1.ebuild index a85f953..a85f953 100644 --- a/www-apache/mod_autoindex_mb/mod_autoindex_mb-2.11.3.ebuild +++ b/www-apache/mod_autoindex_mb/mod_autoindex_mb-2.15.1.ebuild diff --git a/www-apache/mod_autoindex_mb/mod_autoindex_mb-2.8.1.ebuild b/www-apache/mod_autoindex_mb/mod_autoindex_mb-2.8.1.ebuild deleted file mode 100644 index 57bcbc7..0000000 --- a/www-apache/mod_autoindex_mb/mod_autoindex_mb-2.8.1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit apache-module - -MY_PN="mirrorbrain" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Apache modules that optionally adds metalinks and mirrorlists to -the HTML" -HOMEPAGE="http://mirrorbrain.org" -SRC_URI="http://mirrorbrain.org/files/releases/${MY_P}.tar.gz" -LICENSE="Apache-2.0" - -KEYWORDS="~x86 ~amd64" -IUSE="" -SLOT="0" - -S="${WORKDIR}/${MY_P}/${PN}" - -# See apache-module.eclass for more information. -APACHE2_MOD_CONF="60_${PN}" -APACHE2_MOD_DEFINE="AUTOINDEX_MB" - -src_install() { - apache-module_src_install - dodoc NOTICE -} - -need_apache2 diff --git a/www-apache/mod_autoindex_mb/mod_autoindex_mb-2.8.ebuild b/www-apache/mod_autoindex_mb/mod_autoindex_mb-2.8.ebuild deleted file mode 100644 index 57bcbc7..0000000 --- a/www-apache/mod_autoindex_mb/mod_autoindex_mb-2.8.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit apache-module - -MY_PN="mirrorbrain" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Apache modules that optionally adds metalinks and mirrorlists to -the HTML" -HOMEPAGE="http://mirrorbrain.org" -SRC_URI="http://mirrorbrain.org/files/releases/${MY_P}.tar.gz" -LICENSE="Apache-2.0" - -KEYWORDS="~x86 ~amd64" -IUSE="" -SLOT="0" - -S="${WORKDIR}/${MY_P}/${PN}" - -# See apache-module.eclass for more information. -APACHE2_MOD_CONF="60_${PN}" -APACHE2_MOD_DEFINE="AUTOINDEX_MB" - -src_install() { - apache-module_src_install - dodoc NOTICE -} - -need_apache2 diff --git a/www-apache/mod_autoindex_mb/mod_autoindex_mb-9999.ebuild b/www-apache/mod_autoindex_mb/mod_autoindex_mb-9999.ebuild deleted file mode 100644 index a075ee3..0000000 --- a/www-apache/mod_autoindex_mb/mod_autoindex_mb-9999.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit apache-module subversion - -#MY_PN="mirrorbrain" -#MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Apache modules that optionally adds metalinks and mirrorlists to -the HTML" -HOMEPAGE="http://mirrorbrain.org" -SRC_URI="" -ESVN_REPO_URI="https://forgesvn1.novell.com/svn/opensuse/trunk/tools/download-redirector-v2/mod_autoindex_mb" -LICENSE="Apache-2.0" - -KEYWORDS="" -IUSE="" -SLOT="0" - -#S="${WORKDIR}/${MY_P}/${PN}" - -# See apache-module.eclass for more information. -APACHE2_MOD_CONF="60_${PN}" -APACHE2_MOD_DEFINE="AUTOINDEX_MB" - -src_install() { - apache-module_src_install - dodoc NOTICE -} - -need_apache2 |