public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/sipsak: sipsak-0.9.6_p1.ebuild
@ 2010-10-28 12:27 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-10-28 12:27 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/10/28 12:27:06

  Modified:             sipsak-0.9.6_p1.ebuild
  Log:
  Fix more, berlios is in thirdpartymirrors, use EAPI2 while at it
  
  (Portage version: 2.2.0_alpha1/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  net-misc/sipsak/sipsak-0.9.6_p1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/sipsak/sipsak-0.9.6_p1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/sipsak/sipsak-0.9.6_p1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/sipsak/sipsak-0.9.6_p1.ebuild?r1=1.6&r2=1.7

Index: sipsak-0.9.6_p1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/sipsak/sipsak-0.9.6_p1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sipsak-0.9.6_p1.ebuild	23 Sep 2009 19:44:49 -0000	1.6
+++ sipsak-0.9.6_p1.ebuild	28 Oct 2010 12:27:06 -0000	1.7
@@ -1,31 +1,31 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/sipsak/sipsak-0.9.6_p1.ebuild,v 1.6 2009/09/23 19:44:49 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/sipsak/sipsak-0.9.6_p1.ebuild,v 1.7 2010/10/28 12:27:06 ssuominen Exp $
 
-IUSE="gnutls"
+EAPI=2
 
 DESCRIPTION="small command line tool for testing SIP applications and devices"
 HOMEPAGE="http://sipsak.org/"
-SRC_URI="http://download.berlios.de/sipsak/${P/_p/-}.tar.gz"
+SRC_URI="mirror://berlios/sipsak/${P/_p/-}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~sparc x86 ~x86-fbsd"
+IUSE="gnutls"
 
 RDEPEND="gnutls? ( net-libs/gnutls )
-		net-dns/c-ares"
-#         ares? ( net-dns/c-ares )"
-
+	net-dns/c-ares"
+#	ares? ( net-dns/c-ares )"
 DEPEND="${RDEPEND}"
 
-S=${WORKDIR}/${P/_p1/}
+S=${WORKDIR}/${P/_p1}
 
-src_compile() {
-	econf $(use_enable gnutls) || die 'configure failed'
-	emake || die 'make failed'
+src_configure() {
+	econf \
+		$(use_enable gnutls)
 }
 
 src_install() {
-	emake DESTDIR="${D}" install || die "install failed"
+	emake DESTDIR="${D}" install || die
 	dodoc AUTHORS ChangeLog NEWS README TODO
 }






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-misc/sipsak: sipsak-0.9.6_p1.ebuild
@ 2010-10-28 12:33 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-10-28 12:33 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/10/28 12:33:27

  Modified:             sipsak-0.9.6_p1.ebuild
  Log:
  header
  
  (Portage version: 2.2.0_alpha1/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  net-misc/sipsak/sipsak-0.9.6_p1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/sipsak/sipsak-0.9.6_p1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/sipsak/sipsak-0.9.6_p1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/sipsak/sipsak-0.9.6_p1.ebuild?r1=1.7&r2=1.8

Index: sipsak-0.9.6_p1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/sipsak/sipsak-0.9.6_p1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sipsak-0.9.6_p1.ebuild	28 Oct 2010 12:27:06 -0000	1.7
+++ sipsak-0.9.6_p1.ebuild	28 Oct 2010 12:33:26 -0000	1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/sipsak/sipsak-0.9.6_p1.ebuild,v 1.7 2010/10/28 12:27:06 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/sipsak/sipsak-0.9.6_p1.ebuild,v 1.8 2010/10/28 12:33:26 ssuominen Exp $
 
 EAPI=2
 






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-10-28 12:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-28 12:27 [gentoo-commits] gentoo-x86 commit in net-misc/sipsak: sipsak-0.9.6_p1.ebuild Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2010-10-28 12:33 Samuli Suominen (ssuominen)

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