public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ilya Volynets (iluxa)" <iluxa@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-cpp/cppserv: ChangeLog cppserv-0.1.112.ebuild cppserv-0.1.111.ebuild
Date: Fri, 20 Jun 2008 15:13:15 +0000	[thread overview]
Message-ID: <E1K9iId-0003M0-6F@stork.gentoo.org> (raw)

iluxa       08/06/20 15:13:15

  Modified:             ChangeLog
  Added:                cppserv-0.1.112.ebuild
  Removed:              cppserv-0.1.111.ebuild
  Log:
  Replace CPPSERV 0.1.111 with CPPSERV 0.1.112
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.21                 dev-cpp/cppserv/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/cppserv/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/cppserv/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/cppserv/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/cppserv/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	20 Jun 2008 05:41:38 -0000	1.20
+++ ChangeLog	20 Jun 2008 15:13:14 -0000	1.21
@@ -1,6 +1,12 @@
 # ChangeLog for dev-cpp/cppserv
 # Copyright 2006-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/cppserv/ChangeLog,v 1.20 2008/06/20 05:41:38 iluxa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/cppserv/ChangeLog,v 1.21 2008/06/20 15:13:14 iluxa Exp $
+
+*cppserv-0.1.112 (20 Jun 2008)
+
+  20 Jun 2008; Ilya A. Volynets-Evenbakh <iluxa@gentoo.org>
+  -cppserv-0.1.111.ebuild, +cppserv-0.1.112.ebuild:
+  #216297 is really adressed by .112
 
 *cppserv-0.1.111 (20 Jun 2008)
 



1.1                  dev-cpp/cppserv/cppserv-0.1.112.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/cppserv/cppserv-0.1.112.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/cppserv/cppserv-0.1.112.ebuild?rev=1.1&content-type=text/plain

Index: cppserv-0.1.112.ebuild
===================================================================
# 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.112.ebuild,v 1.1 2008/06/20 15:13:14 iluxa Exp $

inherit eutils apache-module

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

src_compile() {
	local CPPSERV_DBG_FLAG
	use debug && CPPSERV_DBG_FLAG="CPPFLAGS=-DMODCSERV_DEBUG"
	emake PREFIX=/usr ADON_VERBOSE=1 ADON_BUILD=release APRCFG_PATH=/usr/bin/apr-1-config ${CPPSERV_DBG_FLAG} || 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 PREFIX=/usr ADON_BUILD=release APRCFG_PATH=/usr/bin/apr-1-config 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"
}



-- 
gentoo-commits@lists.gentoo.org mailing list



                 reply	other threads:[~2008-06-20 15:13 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1K9iId-0003M0-6F@stork.gentoo.org \
    --to=iluxa@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox