public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/ipsvd: ChangeLog ipsvd-1.0.0.ebuild
@ 2009-01-27 20:23 Thilo Bangert (bangert)
  0 siblings, 0 replies; only message in thread
From: Thilo Bangert (bangert) @ 2009-01-27 20:23 UTC (permalink / raw
  To: gentoo-commits

bangert     09/01/27 20:23:46

  Modified:             ChangeLog
  Added:                ipsvd-1.0.0.ebuild
  Log:
  version bump
  (Portage version: 2.2_rc20/cvs/Linux 2.6.28-gentoo i686)

Revision  Changes    Path
1.5                  net-misc/ipsvd/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/ipsvd/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/ipsvd/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/ipsvd/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/ipsvd/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	23 Aug 2008 17:57:21 -0000	1.4
+++ ChangeLog	27 Jan 2009 20:23:46 -0000	1.5
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/ipsvd
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ipsvd/ChangeLog,v 1.4 2008/08/23 17:57:21 maekke Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ipsvd/ChangeLog,v 1.5 2009/01/27 20:23:46 bangert Exp $
+
+*ipsvd-1.0.0 (27 Jan 2009)
+
+  27 Jan 2009; Thilo Bangert <bangert@gentoo.org> +ipsvd-1.0.0.ebuild:
+  version bump
 
   23 Aug 2008; Markus Meier <maekke@gentoo.org> ipsvd-0.13.0.ebuild:
   add ~amd64, bug #212319



1.1                  net-misc/ipsvd/ipsvd-1.0.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/ipsvd/ipsvd-1.0.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/ipsvd/ipsvd-1.0.0.ebuild?rev=1.1&content-type=text/plain

Index: ipsvd-1.0.0.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/ipsvd/ipsvd-1.0.0.ebuild,v 1.1 2009/01/27 20:23:46 bangert Exp $

inherit toolchain-funcs flag-o-matic

DESCRIPTION="ipsvd is a set of internet protocol service daemons for Unix."
HOMEPAGE="http://smarden.org/ipsvd/"
SRC_URI="http://smarden.org/ipsvd/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="static"

DEPEND="virtual/libc"
PROVIDE="virtual/inetd"

S="${WORKDIR}/net/${P}"

src_compile() {
	cd "${S}"/src
	if use static ; then
		append-ldflags -static
	fi

	echo "$(tc-getCC) ${CFLAGS}"  > conf-cc
	echo "$(tc-getCC) ${LDFLAGS}" > conf-ld
	emake || die "make failed"
}

src_install() {
	dobin src/{tcpsvd,udpsvd,ipsvd-cdb} || die "dobin"
	dodoc package/{CHANGES,README}

	dohtml doc/*.html
	doman man/ipsvd-instruct.5 man/ipsvd.7 man/udpsvd.8 \
		man/tcpsvd.8 man/ipsvd-cdb.8
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-01-27 20:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-27 20:23 [gentoo-commits] gentoo-x86 commit in net-misc/ipsvd: ChangeLog ipsvd-1.0.0.ebuild Thilo Bangert (bangert)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox