public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Samuli Suominen (drac)" <drac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/partysip: partysip-2.2.3.ebuild ChangeLog
Date: Tue, 29 Apr 2008 20:02:11 +0000	[thread overview]
Message-ID: <E1Jqw1j-0003vY-3G@stork.gentoo.org> (raw)

drac        08/04/29 20:02:11

  Modified:             partysip-2.2.3.ebuild ChangeLog
  Log:
  Change berkdb and libosip deps wrt #218477, #206464, thanks to Peter Alfredsen and Weeve.
  (Portage version: 2.1.5_rc6)

Revision  Changes    Path
1.6                  net-misc/partysip/partysip-2.2.3.ebuild

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

Index: partysip-2.2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/partysip/partysip-2.2.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- partysip-2.2.3.ebuild	4 Jan 2007 16:37:51 -0000	1.5
+++ partysip-2.2.3.ebuild	29 Apr 2008 20:02:10 -0000	1.6
@@ -1,11 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/partysip/partysip-2.2.3.ebuild,v 1.5 2007/01/04 16:37:51 flameeyes Exp $
-
-IUSE="berkdb debug syslog"
-
-WANT_AUTOMAKE="latest"
-WANT_AUTOCONF="latest"
+# $Header: /var/cvsroot/gentoo-x86/net-misc/partysip/partysip-2.2.3.ebuild,v 1.6 2008/04/29 20:02:10 drac Exp $
 
 inherit eutils autotools
 
@@ -13,29 +8,28 @@
 HOMEPAGE="http://savannah.nongnu.org/projects/partysip/"
 SRC_URI="http://savannah.gnu.org/download/${PN}/${P}.tar.gz"
 
-SLOT="0"
 LICENSE="LGPL-2" # not 100% about -2, but core is LGPL
+SLOT="0"
 KEYWORDS="~ppc ~sparc ~x86"
+IUSE="berkdb debug syslog"
 
-DEPEND="virtual/libc
-	>=net-libs/libosip-2.2.1
-	berkdb? ( =sys-libs/db-3* )"
+DEPEND="=net-libs/libosip-2*
+	berkdb? ( >=sys-libs/db-3.2 )"
 
 src_unpack() {
 	unpack ${A}
-
-	cd ${S}
-	epatch ${FILESDIR}/${P}-configure.diff
+	cd "${S}"
+	epatch "${FILESDIR}"/${P}-configure.diff
 
 	# fix libresolv check in configure.in (#107885)
 	# instead of res_query, we search for the real (internal)
 	# function name __res_query, because res_query isn't in the symbol
 	# list of libresolv on amd64
-	epatch ${FILESDIR}/${P}-libresolv-check.diff
+	epatch "${FILESDIR}"/${P}-libresolv-check.diff
 
 	# remove unused check in auth plugin (#107886)
 	# breaks authentication otherwise
-	epatch ${FILESDIR}/${P}-fix_auth.diff
+	epatch "${FILESDIR}"/${P}-fix_auth.diff
 
 	# put partysip	binary into /usr/sbin
 	sed -i -e "s:^bin_PROGRAMS:sbin_PROGRAMS:" \
@@ -69,20 +63,20 @@
 }
 
 src_install () {
-	make DESTDIR=${D} install || die
+	make DESTDIR="${D}" install || die
 
 	insinto /etc/partysip
 	doins conf/partysip.conf
 
-	chmod 750 ${D}etc/partysip
-	chmod 640 ${D}etc/partysip/partysip.conf
+	chmod 750 "${D}"etc/partysip
+	chmod 640 "${D}"etc/partysip/partysip.conf
 
-	newinitd ${FILESDIR}/partysip.rc6 partysip
-	newconfd ${FILESDIR}/partysip.confd partysip
+	newinitd "${FILESDIR}"/partysip.rc6 partysip
+	newconfd "${FILESDIR}"/partysip.confd partysip
 
-	dodoc README ChangeLog COPYING COPYING-2 TODO AUTHORS INSTALL NEWS
+	dodoc README ChangeLog TODO AUTHORS NEWS
 }
 
 pkg_postinst() {
-	einfo "Please edit /etc/partysip/partysip.conf!"
+	elog "Remember to edit /etc/partysip/partysip.conf!"
 }



1.14                 net-misc/partysip/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/partysip/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	4 Jan 2007 16:37:51 -0000	1.13
+++ ChangeLog	29 Apr 2008 20:02:10 -0000	1.14
@@ -1,6 +1,10 @@
 # ChangeLog for net-misc/partysip
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/partysip/ChangeLog,v 1.13 2007/01/04 16:37:51 flameeyes Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/partysip/ChangeLog,v 1.14 2008/04/29 20:02:10 drac Exp $
+
+  29 Apr 2008; Samuli Suominen <drac@gentoo.org> partysip-2.2.3.ebuild:
+  Change berkdb and libosip deps wrt #218477, #206464, thanks to Peter
+  Alfredsen and Weeve.
 
   04 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> partysip-2.2.3.ebuild:
   Fix broken autotools handling.



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



                 reply	other threads:[~2008-04-29 20:02 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=E1Jqw1j-0003vY-3G@stork.gentoo.org \
    --to=drac@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