summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2008-02-23 22:43:51 +0000
committerBenedikt Boehm <hollow@gentoo.org>2008-02-23 22:43:51 +0000
commit5fb50edf098dc9bd39535837f81727fa7b98ec7d (patch)
tree1e59cf110c76a429b3327c9abed652937e6a67b3 /www-apache/anyterm
parentOnly set WANT_AUTOMAKE to a pre-defined value if it's not yet set. (diff)
downloadgentoo-2-5fb50edf098dc9bd39535837f81727fa7b98ec7d.tar.gz
gentoo-2-5fb50edf098dc9bd39535837f81727fa7b98ec7d.tar.bz2
gentoo-2-5fb50edf098dc9bd39535837f81727fa7b98ec7d.zip
fix metadata; remove old version
(Portage version: 2.1.4.4)
Diffstat (limited to 'www-apache/anyterm')
-rw-r--r--www-apache/anyterm/ChangeLog6
-rw-r--r--www-apache/anyterm/anyterm-1.1.15.ebuild98
-rw-r--r--www-apache/anyterm/metadata.xml1
3 files changed, 6 insertions, 99 deletions
diff --git a/www-apache/anyterm/ChangeLog b/www-apache/anyterm/ChangeLog
index 2f73c06739fb..2379b6a409e9 100644
--- a/www-apache/anyterm/ChangeLog
+++ b/www-apache/anyterm/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-apache/anyterm
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/anyterm/ChangeLog,v 1.10 2008/01/10 16:16:00 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/anyterm/ChangeLog,v 1.11 2008/02/23 22:43:51 hollow Exp $
+
+ 23 Feb 2008; Benedikt Böhm <hollow@gentoo.org> metadata.xml,
+ -anyterm-1.1.15.ebuild:
+ fix metadata; remove old version
*anyterm-1.1.16 (10 Jan 2008)
diff --git a/www-apache/anyterm/anyterm-1.1.15.ebuild b/www-apache/anyterm/anyterm-1.1.15.ebuild
deleted file mode 100644
index 883111dac1e5..000000000000
--- a/www-apache/anyterm/anyterm-1.1.15.ebuild
+++ /dev/null
@@ -1,98 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/anyterm/anyterm-1.1.15.ebuild,v 1.2 2008/01/06 20:17:49 hollow Exp $
-
-inherit apache-module eutils toolchain-funcs webapp
-
-KEYWORDS="~x86"
-
-DESCRIPTION="A terminal anywhere."
-HOMEPAGE="http://anyterm.org/"
-SRC_URI="http://anyterm.org/download/${P}.tbz2"
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="opera pam ssl"
-
-DEPEND="dev-libs/boost
- >=dev-libs/rote-0.2.8
- >=sys-devel/gcc-3
- virtual/ssh
- pam? ( www-apache/mod_auth_pam )"
-RDEPEND="${DEPEND}"
-
-APACHE2_MOD_CONF="50_${PN}"
-APACHE2_MOD_DEFINE="ANYTERM"
-use pam && APACHE2_MOD_DEFINE="${APACHE2_MOD_DEFINE} -D AUTH_PAM"
-use ssl && APACHE2_MOD_DEFINE="${APACHE2_MOD_DEFINE} -D SSL"
-APACHE2_MOD_FILE="${S}/apachemod/.libs/${PN}.so"
-DOCFILES="CHANGELOG README"
-
-WEBAPP_MANUAL_SLOT="yes"
-
-need_apache2_2
-
-pkg_setup() {
- webapp_pkg_setup
- apache-module_pkg_setup
-
- if use ssl && ! built_with_use www-servers/apache ssl; then
- eerror "Build www-servers/apache with USE=ssl." && die
- die
- fi
-
- if ! built_with_use --missing true dev-libs/boost threads; then
- eerror "Build dev-libs/boost with USE=threads."
- die
- fi
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-browser-gentoo.patch
- sed -i -e "s:apr-config:apr-1-config:g" apachemod/Makefile
-}
-
-src_compile() {
- cd apachemod
- emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" || die "Apachemod make failed"
- cd ..
-
- # Modify browser files to reflect USE flags.
- for flag in opera pam ssl ; do
- if use ${flag} ; then
- sed -i -e "s/^#USE=${flag}#//" browser/{*,.htaccess}
- sed -i -e "/^#USE=-${flag}#/D" browser/{*,.htaccess}
- else
- sed -i -e "s/^#USE=-${flag}#//" browser/{*,.htaccess}
- sed -i -e "/^#USE=${flag}#/D" browser/{*,.htaccess}
- fi
- done
-}
-
-src_install() {
- apache-module_src_install
-
- webapp_src_preinst
- cp -f browser/{*,.htaccess} "${D}/${MY_HTDOCSDIR}"
- webapp_postinst_txt en "${FILESDIR}"/${P}-postinst-en.txt
- webapp_src_install
-}
-
-pkg_postinst() {
- webapp_pkg_postinst
- apache-module_pkg_postinst
-
- if ! use ssl ; then
- ewarn "USE=-ssl: Anyterm without SSL is very insecure!"
- fi
- if ! use pam ; then
- ewarn "USE=-pam: You will have to add your own authentication mechanism."
- fi
- if use opera ; then
- ewarn "USE=opera: Be sure to disable some logging in your Apache configuration files!"
- fi
- if ! use ssl || ! use pam || use opera ; then
- ewarn "For more information see http://anyterm.org/security.html"
- fi
-}
diff --git a/www-apache/anyterm/metadata.xml b/www-apache/anyterm/metadata.xml
index 64a719ea1bfd..dc543f9eda5d 100644
--- a/www-apache/anyterm/metadata.xml
+++ b/www-apache/anyterm/metadata.xml
@@ -2,4 +2,5 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>apache</herd>
+ <herd>web-apps</herd>
</pkgmetadata>