From fd5aa1bdfa3888e011d1f8a6c11cc510495eb8c6 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Sun, 18 Mar 2012 18:13:21 +0000 Subject: Drop maintainer due retirement, bug 26748. Drop old. (Portage version: 2.1.10.49/cvs/Linux x86_64) --- dev-cpp/cppserv/ChangeLog | 6 +++- dev-cpp/cppserv/cppserv-0.1.119.ebuild | 44 ---------------------------- dev-cpp/cppserv/cppserv-0.2.13.ebuild | 52 ---------------------------------- dev-cpp/cppserv/metadata.xml | 2 +- 4 files changed, 6 insertions(+), 98 deletions(-) delete mode 100644 dev-cpp/cppserv/cppserv-0.1.119.ebuild delete mode 100644 dev-cpp/cppserv/cppserv-0.2.13.ebuild (limited to 'dev-cpp') diff --git a/dev-cpp/cppserv/ChangeLog b/dev-cpp/cppserv/ChangeLog index 52b31ef13375..350ecd1f4483 100644 --- a/dev-cpp/cppserv/ChangeLog +++ b/dev-cpp/cppserv/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-cpp/cppserv # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/cppserv/ChangeLog,v 1.57 2012/02/24 14:58:04 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/cppserv/ChangeLog,v 1.58 2012/03/18 18:13:21 pacho Exp $ + + 18 Mar 2012; Pacho Ramos -cppserv-0.1.119.ebuild, + -cppserv-0.2.13.ebuild, metadata.xml: + Drop maintainer due retirement, bug 26748. Drop old. 24 Feb 2012; Pawel Hajdan jr cppserv-0.2.14.ebuild: x86 stable wrt bug #396857 diff --git a/dev-cpp/cppserv/cppserv-0.1.119.ebuild b/dev-cpp/cppserv/cppserv-0.1.119.ebuild deleted file mode 100644 index 3e2f7ee1cec2..000000000000 --- a/dev-cpp/cppserv/cppserv-0.1.119.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/cppserv/cppserv-0.1.119.ebuild,v 1.6 2010/03/07 13:36:12 hollow Exp $ - -inherit eutils apache-module multilib - -DESCRIPTION="CPPSERV is an application server providing Servlet-like API in C++ and a C++ Server Pages parser." -HOMEPAGE="http://www.total-knowledge.com/progs/cppserv" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ~mips x86" -IUSE="debug" - -APACHE2_MOD_CONF="75_mod_cserv" -APACHE2_MOD_DEFINE="CPPSERV" - -DEPEND="net-libs/socket++ - =dev-cpp/sptk-3.5* - >=dev-libs/apr-1.2 - dev-libs/boost -" - -RDEPEND="${DEPEND}" - -need_apache2 - -cppserv_build_flags() { - local CPPSERV_DBG_FLAG - use debug && CPPSERV_DBG_FLAG="CPPFLAGS=-DMODCSERV_DEBUG" - echo PREFIX=/usr LIB=/$(get_libdir) ADON_VERBOSE=1 ADON_BUILD=release APRCFG_PATH=/usr/bin/apr-1-config ${CPPSERV_DBG_FLAG} -} - -src_compile() { - emake $(cppserv_build_flags) || die "emake failed. Bug iluxa on #cppserv on irc.freenode.net immediately" -} - -src_install() { - local CPPSERV_DBG_FLAG - use debug && CPPSERV_DBG_FLAG="CPPFLAGS=-DMODCSERV_DEBUG" - emake $(cppserv_build_flags) DESTDIR="${D}" ${CPPSERV_DBG_FLAG} install || die "emake install failed. Bug iluxa on #cppserv on irc.freenode.net immediately" - insinto "${APACHE_MODULES_CONFDIR}" - doins "${FILESDIR}/${APACHE2_MOD_CONF}.conf" || die "internal ebuild error: \"${FILESDIR}/${APACHE2_MOD_CONF}.conf\" not found. Bug iluxa on #cppserv on irc.freenode.net immediately" -} diff --git a/dev-cpp/cppserv/cppserv-0.2.13.ebuild b/dev-cpp/cppserv/cppserv-0.2.13.ebuild deleted file mode 100644 index 3d6aceb7a1a8..000000000000 --- a/dev-cpp/cppserv/cppserv-0.2.13.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/cppserv/cppserv-0.2.13.ebuild,v 1.7 2010/12/21 02:22:41 hwoarang Exp $ - -inherit eutils apache-module multilib - -DESCRIPTION="CPPSERV is an application server providing Servlet-like API in C++ and a C++ Server Pages parser." -HOMEPAGE="http://www.total-knowledge.com/progs/cppserv" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ~mips x86" -IUSE="debug" - -APACHE2_MOD_CONF="75_mod_cserv" -APACHE2_MOD_DEFINE="CPPSERV" - -DEPEND="net-libs/socket++ - =dev-cpp/sptk-3.5* - >=dev-libs/apr-1.2 - dev-libs/boost -" -RDEPEND="${DEPEND}" - -need_apache2 - -cppserv_build_flags() { - local CPPSERV_DBG_FLAG - use debug && CPPSERV_DBG_FLAG="CPPFLAGS=-DMODCSERV_DEBUG" - echo PREFIX=/usr LIB=/$(get_libdir) ADON_VERBOSE=1 ADON_BUILD=release APRCFG_PATH=/usr/bin/apr-1-config ${CPPSERV_DBG_FLAG} -} - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-asneeded.patch \ - "${FILESDIR}"/${P}-glibc-212.patch -} - -src_compile() { - emake $(cppserv_build_flags) || die "emake failed. Bug iluxa on #cppserv on irc.freenode.net immediately" -} - -src_install() { - emake $(cppserv_build_flags) DESTDIR="${D}" ${CPPSERV_DBG_FLAG} install || die "emake install failed. Bug iluxa on #cppserv on irc.freenode.net immediately" - insinto "${APACHE_MODULES_CONFDIR}" - doins "${FILESDIR}/${APACHE2_MOD_CONF}.conf" || die "internal ebuild error: \"${FILESDIR}/${APACHE2_MOD_CONF}.conf\" not found. Bug iluxa on #cppserv on irc.freenode.net immediately" -} - -src_test() { - emake $(cppserv_build_flags) check -} diff --git a/dev-cpp/cppserv/metadata.xml b/dev-cpp/cppserv/metadata.xml index 886e7bfe2a09..037265781beb 100644 --- a/dev-cpp/cppserv/metadata.xml +++ b/dev-cpp/cppserv/metadata.xml @@ -2,7 +2,7 @@ - iluxa@gentoo.org + maintainer-needed@gentoo.org CPPSERV is C++ Application Server that provides Java Servlet-like API to -- cgit v1.2.3-65-gdbad