From 0a968678ef908667636b5948ed846e477f5116df Mon Sep 17 00:00:00 2001 From: Ilya Volynets Date: Mon, 11 May 2009 15:44:57 +0000 Subject: Remove older CPPSERV ebuilds (Portage version: 2.1.6.11/cvs/Linux x86_64) --- dev-cpp/cppserv/ChangeLog | 6 ++++- dev-cpp/cppserv/cppserv-0.2.4.ebuild | 45 ------------------------------------ dev-cpp/cppserv/cppserv-0.2.5.ebuild | 45 ------------------------------------ 3 files changed, 5 insertions(+), 91 deletions(-) delete mode 100644 dev-cpp/cppserv/cppserv-0.2.4.ebuild delete mode 100644 dev-cpp/cppserv/cppserv-0.2.5.ebuild (limited to 'dev-cpp') diff --git a/dev-cpp/cppserv/ChangeLog b/dev-cpp/cppserv/ChangeLog index 60a44f61e9de..44941d8d48eb 100644 --- a/dev-cpp/cppserv/ChangeLog +++ b/dev-cpp/cppserv/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-cpp/cppserv # Copyright 2006-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/cppserv/ChangeLog,v 1.42 2009/05/11 15:42:23 iluxa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/cppserv/ChangeLog,v 1.43 2009/05/11 15:44:57 iluxa Exp $ + + 11 May 2009; Ilya A. Volynets-Evenbakh + -cppserv-0.2.4.ebuild, -cppserv-0.2.5.ebuild: + Remove older CPPSERV ebuilds *cppserv-0.2.9 (11 May 2009) diff --git a/dev-cpp/cppserv/cppserv-0.2.4.ebuild b/dev-cpp/cppserv/cppserv-0.2.4.ebuild deleted file mode 100644 index 81660c80fd38..000000000000 --- a/dev-cpp/cppserv/cppserv-0.2.4.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 2008-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/cppserv/cppserv-0.2.4.ebuild,v 1.1 2009/02/05 13:40:51 iluxa 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 ~x86 ~mips ~amd64" -IUSE="debug" - -APACHE2_MOD_CONF="75_mod_cserv" -APACHE2_MOD_DEFINE="CPPSERV" - -DEPEND="net-libs/socket++ - >=dev-cpp/sptk-3.5.6 - >=www-servers/apache-2 - >=dev-libs/apr-1.2 - dev-libs/boost -" - -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() { - 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/cppserv-0.2.5.ebuild b/dev-cpp/cppserv/cppserv-0.2.5.ebuild deleted file mode 100644 index 8a51ceddd449..000000000000 --- a/dev-cpp/cppserv/cppserv-0.2.5.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 2008-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/cppserv/cppserv-0.2.5.ebuild,v 1.1 2009/02/15 16:36:55 iluxa 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 ~x86 ~mips ~amd64" -IUSE="debug" - -APACHE2_MOD_CONF="75_mod_cserv" -APACHE2_MOD_DEFINE="CPPSERV" - -DEPEND="net-libs/socket++ - >=dev-cpp/sptk-3.5.6 - >=www-servers/apache-2 - >=dev-libs/apr-1.2 - dev-libs/boost -" - -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() { - 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 -} -- cgit v1.2.3-65-gdbad