diff options
author | Ilya Volynets <iluxa@gentoo.org> | 2009-01-06 15:39:27 +0000 |
---|---|---|
committer | Ilya Volynets <iluxa@gentoo.org> | 2009-01-06 15:39:27 +0000 |
commit | 023446d08052d9b6f683297acf7ab0a953720095 (patch) | |
tree | dc08d344d32bd5b6adc6ea7b8f0223a3c387f72d /dev-cpp | |
parent | Clean out old ebuilds (diff) | |
download | gentoo-2-023446d08052d9b6f683297acf7ab0a953720095.tar.gz gentoo-2-023446d08052d9b6f683297acf7ab0a953720095.tar.bz2 gentoo-2-023446d08052d9b6f683297acf7ab0a953720095.zip |
Remove old CPPSERV ebuilds
(Portage version: 2.1.6.4/cvs/Linux 2.6.28 x86_64)
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/cppserv/ChangeLog | 7 | ||||
-rw-r--r-- | dev-cpp/cppserv/cppserv-0.1.115.ebuild | 43 | ||||
-rw-r--r-- | dev-cpp/cppserv/cppserv-0.1.116.ebuild | 43 | ||||
-rw-r--r-- | dev-cpp/cppserv/cppserv-0.1.117.ebuild | 43 | ||||
-rw-r--r-- | dev-cpp/cppserv/cppserv-0.2.0.ebuild | 43 |
5 files changed, 6 insertions, 173 deletions
diff --git a/dev-cpp/cppserv/ChangeLog b/dev-cpp/cppserv/ChangeLog index 8d4a6b71944f..b8183d9aaec1 100644 --- a/dev-cpp/cppserv/ChangeLog +++ b/dev-cpp/cppserv/ChangeLog @@ -1,6 +1,11 @@ # 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.30 2009/01/06 05:37:27 iluxa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/cppserv/ChangeLog,v 1.31 2009/01/06 15:39:27 iluxa Exp $ + + 06 Jan 2009; Ilya A. Volynets-Evenbakh <iluxa@gentoo.org> + -cppserv-0.1.115.ebuild, -cppserv-0.1.116.ebuild, -cppserv-0.1.117.ebuild, + -cppserv-0.2.0.ebuild: + Remove old CPPSERV versions *cppserv-0.2.1 (06 Jan 2009) diff --git a/dev-cpp/cppserv/cppserv-0.1.115.ebuild b/dev-cpp/cppserv/cppserv-0.1.115.ebuild deleted file mode 100644 index da9e17ee967f..000000000000 --- a/dev-cpp/cppserv/cppserv-0.1.115.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 2008-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/cppserv/cppserv-0.1.115.ebuild,v 1.2 2008/10/09 09:44:41 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() { - 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.1.116.ebuild b/dev-cpp/cppserv/cppserv-0.1.116.ebuild deleted file mode 100644 index 7ed22be639d8..000000000000 --- a/dev-cpp/cppserv/cppserv-0.1.116.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 2008-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/cppserv/cppserv-0.1.116.ebuild,v 1.1 2008/11/11 09:33:15 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() { - 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.1.117.ebuild b/dev-cpp/cppserv/cppserv-0.1.117.ebuild deleted file mode 100644 index c11831f629a4..000000000000 --- a/dev-cpp/cppserv/cppserv-0.1.117.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 2008-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/cppserv/cppserv-0.1.117.ebuild,v 1.1 2008/12/02 14:37:20 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() { - 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.0.ebuild b/dev-cpp/cppserv/cppserv-0.2.0.ebuild deleted file mode 100644 index f881062ffb23..000000000000 --- a/dev-cpp/cppserv/cppserv-0.2.0.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 2008-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/cppserv/cppserv-0.2.0.ebuild,v 1.1 2008/12/29 18:54:40 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() { - 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" -} |