public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-dialup/wvdial: ChangeLog wvdial-1.61.ebuild
@ 2010-05-27 13:47 Peter Volkov (pva)
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Volkov (pva) @ 2010-05-27 13:47 UTC (permalink / raw
  To: gentoo-commits

pva         10/05/27 13:47:18

  Modified:             ChangeLog
  Added:                wvdial-1.61.ebuild
  Log:
  Version bump.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.56                 net-dialup/wvdial/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/wvdial/ChangeLog?rev=1.56&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/wvdial/ChangeLog?rev=1.56&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/wvdial/ChangeLog?r1=1.55&r2=1.56

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dialup/wvdial/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog	20 Jun 2009 20:57:33 -0000	1.55
+++ ChangeLog	27 May 2010 13:47:18 -0000	1.56
@@ -1,6 +1,12 @@
 # ChangeLog for net-dialup/wvdial
-# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/wvdial/ChangeLog,v 1.55 2009/06/20 20:57:33 mrness Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/wvdial/ChangeLog,v 1.56 2010/05/27 13:47:18 pva Exp $
+
+*wvdial-1.61 (27 May 2010)
+
+  27 May 2010; Peter Volkov <pva@gentoo.org> +wvdial-1.61.ebuild,
+  +files/wvdial-1.61-as-needed.patch, +files/wvdial-1.61-destdir.patch:
+  Version bump.
 
   20 Jun 2009; Alin Năstac <mrness@gentoo.org>
   files/wvdial-1.60-dirent.patch:



1.1                  net-dialup/wvdial/wvdial-1.61.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/wvdial/wvdial-1.61.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/wvdial/wvdial-1.61.ebuild?rev=1.1&content-type=text/plain

Index: wvdial-1.61.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-dialup/wvdial/wvdial-1.61.ebuild,v 1.1 2010/05/27 13:47:18 pva Exp $

EAPI="3"

inherit eutils

DESCRIPTION="Excellent program to automatically configure PPP sessions"
HOMEPAGE="http://alumnit.ca/wiki/?WvDial"
SRC_URI="http://wvstreams.googlecode.com/files/${P}.tar.gz"

LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"
IUSE=""

COMMON_DEPEND=">=net-libs/wvstreams-4.4"
DEPEND="${COMMON_DEPEND}
	dev-util/pkgconfig"
RDEPEND="${COMMON_DEPEND}
	net-dialup/ppp"

src_prepare() {
	epatch "${FILESDIR}/${P}-destdir.patch"
	epatch "${FILESDIR}/${P}-as-needed.patch"
}

src_configure() {
	# Hand made configure...
	./configure || die
}

src_install() {
	emake "DESTDIR=${ED}" install || die "make install failed"
	dodoc CHANGES FAQ MENUS README TODO || die
}

pkg_postinst() {
	elog
	elog "Use wvdialconf to automagically generate a configuration file."
	elog
	elog "Users have to be member of the dialout AND the uucp group"
	elog "to use wvdial!"
	elog
}






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

* [gentoo-commits] gentoo-x86 commit in net-dialup/wvdial: ChangeLog wvdial-1.61.ebuild
@ 2010-05-28  5:58 Peter Volkov (pva)
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Volkov (pva) @ 2010-05-28  5:58 UTC (permalink / raw
  To: gentoo-commits

pva         10/05/28 05:58:16

  Modified:             ChangeLog wvdial-1.61.ebuild
  Log:
  Fixed build issue, bug #321729, thank Willard Dawson for report and Samuli Suominen, Lars Wendler (Polynomial-C) for this fix.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.57                 net-dialup/wvdial/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/wvdial/ChangeLog?rev=1.57&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/wvdial/ChangeLog?rev=1.57&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/wvdial/ChangeLog?r1=1.56&r2=1.57

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dialup/wvdial/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog	27 May 2010 13:47:18 -0000	1.56
+++ ChangeLog	28 May 2010 05:58:16 -0000	1.57
@@ -1,6 +1,11 @@
 # ChangeLog for net-dialup/wvdial
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/wvdial/ChangeLog,v 1.56 2010/05/27 13:47:18 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/wvdial/ChangeLog,v 1.57 2010/05/28 05:58:16 pva Exp $
+
+  28 May 2010; Peter Volkov <pva@gentoo.org> wvdial-1.61.ebuild,
+  +files/wvdial-1.61-parallel-make.patch:
+  Fixed build issue, bug #321729, thank Willard Dawson for report and Samuli
+  Suominen, Lars Wendler (Polynomial-C) for this fix.
 
 *wvdial-1.61 (27 May 2010)
 



1.2                  net-dialup/wvdial/wvdial-1.61.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/wvdial/wvdial-1.61.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/wvdial/wvdial-1.61.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/wvdial/wvdial-1.61.ebuild?r1=1.1&r2=1.2

Index: wvdial-1.61.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dialup/wvdial/wvdial-1.61.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wvdial-1.61.ebuild	27 May 2010 13:47:18 -0000	1.1
+++ wvdial-1.61.ebuild	28 May 2010 05:58:16 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/wvdial/wvdial-1.61.ebuild,v 1.1 2010/05/27 13:47:18 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/wvdial/wvdial-1.61.ebuild,v 1.2 2010/05/28 05:58:16 pva Exp $
 
 EAPI="3"
 
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"
+KEYWORDS="alpha amd64 hppa ppc sparc x86"
 IUSE=""
 
 COMMON_DEPEND=">=net-libs/wvstreams-4.4"
@@ -24,6 +24,7 @@
 src_prepare() {
 	epatch "${FILESDIR}/${P}-destdir.patch"
 	epatch "${FILESDIR}/${P}-as-needed.patch"
+	epatch "${FILESDIR}/${P}-parallel-make.patch"
 }
 
 src_configure() {






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

* [gentoo-commits] gentoo-x86 commit in net-dialup/wvdial: ChangeLog wvdial-1.61.ebuild
@ 2012-05-03  3:54 Jeff Horelick (jdhore)
  0 siblings, 0 replies; 3+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-05-03  3:54 UTC (permalink / raw
  To: gentoo-commits

jdhore      12/05/03 03:54:07

  Modified:             ChangeLog wvdial-1.61.ebuild
  Log:
  dev-util/pkgconfig -> virtual/pkgconfig
  
  (Portage version: 2.2.0_alpha101/cvs/Linux i686)

Revision  Changes    Path
1.58                 net-dialup/wvdial/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/wvdial/ChangeLog?rev=1.58&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/wvdial/ChangeLog?rev=1.58&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/wvdial/ChangeLog?r1=1.57&r2=1.58

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dialup/wvdial/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog	28 May 2010 05:58:16 -0000	1.57
+++ ChangeLog	3 May 2012 03:54:07 -0000	1.58
@@ -1,6 +1,9 @@
 # ChangeLog for net-dialup/wvdial
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/wvdial/ChangeLog,v 1.57 2010/05/28 05:58:16 pva Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/wvdial/ChangeLog,v 1.58 2012/05/03 03:54:07 jdhore Exp $
+
+  03 May 2012; Jeff Horelick <jdhore@gentoo.org> wvdial-1.61.ebuild:
+  dev-util/pkgconfig -> virtual/pkgconfig
 
   28 May 2010; Peter Volkov <pva@gentoo.org> wvdial-1.61.ebuild,
   +files/wvdial-1.61-parallel-make.patch:



1.3                  net-dialup/wvdial/wvdial-1.61.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/wvdial/wvdial-1.61.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/wvdial/wvdial-1.61.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/wvdial/wvdial-1.61.ebuild?r1=1.2&r2=1.3

Index: wvdial-1.61.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dialup/wvdial/wvdial-1.61.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- wvdial-1.61.ebuild	28 May 2010 05:58:16 -0000	1.2
+++ wvdial-1.61.ebuild	3 May 2012 03:54:07 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/wvdial/wvdial-1.61.ebuild,v 1.2 2010/05/28 05:58:16 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/wvdial/wvdial-1.61.ebuild,v 1.3 2012/05/03 03:54:07 jdhore Exp $
 
 EAPI="3"
 
@@ -17,7 +17,7 @@
 
 COMMON_DEPEND=">=net-libs/wvstreams-4.4"
 DEPEND="${COMMON_DEPEND}
-	dev-util/pkgconfig"
+	virtual/pkgconfig"
 RDEPEND="${COMMON_DEPEND}
 	net-dialup/ppp"
 






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

end of thread, other threads:[~2012-05-03  3:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-28  5:58 [gentoo-commits] gentoo-x86 commit in net-dialup/wvdial: ChangeLog wvdial-1.61.ebuild Peter Volkov (pva)
  -- strict thread matches above, loose matches on Subject: below --
2012-05-03  3:54 Jeff Horelick (jdhore)
2010-05-27 13:47 Peter Volkov (pva)

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