summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2007-06-13 14:12:05 +0000
committerLuca Longinotti <chtekk@gentoo.org>2007-06-13 14:12:05 +0000
commit449c7841dfb42dd7e1518d50254d50c6c1e8ceb4 (patch)
treea55c163868dfa29cccedbf5b7580cc3f08d55888
parentRemove Apache1. (diff)
downloadgentoo-2-449c7841dfb42dd7e1518d50254d50c6c1e8ceb4.tar.gz
gentoo-2-449c7841dfb42dd7e1518d50254d50c6c1e8ceb4.tar.bz2
gentoo-2-449c7841dfb42dd7e1518d50254d50c6c1e8ceb4.zip
Remove Apache1.
(Portage version: 2.1.2.7)
-rw-r--r--net-www/mod_layout/ChangeLog6
-rw-r--r--net-www/mod_layout/files/digest-mod_layout-3.2.1-r13
-rw-r--r--net-www/mod_layout/mod_layout-3.2.1-r1.ebuild29
3 files changed, 5 insertions, 33 deletions
diff --git a/net-www/mod_layout/ChangeLog b/net-www/mod_layout/ChangeLog
index 6bab3f7fd72e..a5033b9e4124 100644
--- a/net-www/mod_layout/ChangeLog
+++ b/net-www/mod_layout/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-www/mod_layout
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mod_layout/ChangeLog,v 1.17 2007/01/14 17:43:02 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_layout/ChangeLog,v 1.18 2007/06/13 14:12:05 chtekk Exp $
+
+ 13 Jun 2007; Luca Longinotti <chtekk@gentoo.org>
+ -mod_layout-3.2.1-r1.ebuild:
+ Remove Apache1.
14 Jan 2007; Luca Longinotti <chtekk@gentoo.org>
-files/15_mod_layout_ap1.conf, mod_layout-3.2.1-r1.ebuild:
diff --git a/net-www/mod_layout/files/digest-mod_layout-3.2.1-r1 b/net-www/mod_layout/files/digest-mod_layout-3.2.1-r1
deleted file mode 100644
index a661bb3d653b..000000000000
--- a/net-www/mod_layout/files/digest-mod_layout-3.2.1-r1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 fdad44ac360f65b2ca75f08fe53af4ad mod_layout-3.2.1.tar.gz 33459
-RMD160 6bbce3c9b769bd824952f5f18d3d8df0674b83e8 mod_layout-3.2.1.tar.gz 33459
-SHA256 9a788027ecd0e55541e524905fe61a6d8c25d81f0ffaf589b8590603e4bcfde3 mod_layout-3.2.1.tar.gz 33459
diff --git a/net-www/mod_layout/mod_layout-3.2.1-r1.ebuild b/net-www/mod_layout/mod_layout-3.2.1-r1.ebuild
deleted file mode 100644
index cca136a29cde..000000000000
--- a/net-www/mod_layout/mod_layout-3.2.1-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mod_layout/mod_layout-3.2.1-r1.ebuild,v 1.7 2007/01/14 17:43:02 chtekk Exp $
-
-inherit apache-module
-
-KEYWORDS="~amd64 x86"
-
-DESCRIPTION="An Apache1 module for adding custom headers and/or footers."
-HOMEPAGE="http://software.tangent.org/"
-SRC_URI="http://download.tangent.org/${P}.tar.gz"
-LICENSE="as-is"
-SLOT="1"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-# Test target in Makefile isn't sane
-RESTRICT="test"
-
-APXS1_ARGS="-c ${PN}.c utility.c origin.c layout.c"
-
-APACHE1_MOD_CONF="15_mod_layout"
-APACHE1_MOD_DEFINE="LAYOUT"
-
-DOCFILES="README"
-
-need_apache1