public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-dialup/capidivert: ChangeLog capidivert-0.0.2.ebuild
@ 2010-09-30 12:32 Stefan Briesenick (sbriesen)
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Briesenick (sbriesen) @ 2010-09-30 12:32 UTC (permalink / raw
  To: gentoo-commits

sbriesen    10/09/30 12:32:05

  Modified:             ChangeLog capidivert-0.0.2.ebuild
  Log:
  ebuild cleanup, see bug #338689.
  
  (Portage version: 2.2_rc88/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  net-dialup/capidivert/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dialup/capidivert/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	6 Nov 2005 01:49:05 -0000	1.1
+++ ChangeLog	30 Sep 2010 12:32:05 -0000	1.2
@@ -1,6 +1,10 @@
 # ChangeLog for net-dialup/capidivert
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/capidivert/ChangeLog,v 1.1 2005/11/06 01:49:05 sbriesen Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/capidivert/ChangeLog,v 1.2 2010/09/30 12:32:05 sbriesen Exp $
+
+  30 Sep 2010; Stefan Briesenick <sbriesen@gentoo.org>
+  capidivert-0.0.2.ebuild:
+  ebuild cleanup, see bug #338689.
 
 *capidivert-0.0.2 (06 Nov 2005)
 



1.2                  net-dialup/capidivert/capidivert-0.0.2.ebuild

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

Index: capidivert-0.0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dialup/capidivert/capidivert-0.0.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- capidivert-0.0.2.ebuild	6 Nov 2005 01:49:05 -0000	1.1
+++ capidivert-0.0.2.ebuild	30 Sep 2010 12:32:05 -0000	1.2
@@ -1,15 +1,18 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/capidivert/capidivert-0.0.2.ebuild,v 1.1 2005/11/06 01:49:05 sbriesen Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/capidivert/capidivert-0.0.2.ebuild,v 1.2 2010/09/30 12:32:05 sbriesen Exp $
 
 DESCRIPTION="CAPI based utility to control ISDN diversion facilities"
 HOMEPAGE="http://www.tp1.ruhr-uni-bochum.de/~kai/i4l/capidivert/"
 SRC_URI="http://www.tp1.ruhr-uni-bochum.de/~kai/i4l/capidivert/${P}.tar.gz"
+
 LICENSE="as-is"
 SLOT="0"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
+
 DEPEND="net-dialup/capi4k-utils"
+RDEPEND="${DEPEND}"
 
 src_install() {
 	make DESTDIR="${D}" install || die "make install failed"






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

* [gentoo-commits] gentoo-x86 commit in net-dialup/capidivert: ChangeLog capidivert-0.0.2.ebuild
@ 2013-05-08 16:57 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Mueller (ulm) @ 2013-05-08 16:57 UTC (permalink / raw
  To: gentoo-commits

ulm         13/05/08 16:57:26

  Modified:             ChangeLog capidivert-0.0.2.ebuild
  Log:
  Fix LICENSE, GPL-2+ according to author, bug 446154.
  
  (Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)

Revision  Changes    Path
1.3                  net-dialup/capidivert/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dialup/capidivert/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	30 Sep 2010 12:32:05 -0000	1.2
+++ ChangeLog	8 May 2013 16:57:26 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for net-dialup/capidivert
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/capidivert/ChangeLog,v 1.2 2010/09/30 12:32:05 sbriesen Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/capidivert/ChangeLog,v 1.3 2013/05/08 16:57:26 ulm Exp $
+
+  08 May 2013; Ulrich Müller <ulm@gentoo.org> capidivert-0.0.2.ebuild:
+  Fix LICENSE, GPL-2+ according to author, bug 446154.
 
   30 Sep 2010; Stefan Briesenick <sbriesen@gentoo.org>
   capidivert-0.0.2.ebuild:



1.3                  net-dialup/capidivert/capidivert-0.0.2.ebuild

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

Index: capidivert-0.0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dialup/capidivert/capidivert-0.0.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- capidivert-0.0.2.ebuild	30 Sep 2010 12:32:05 -0000	1.2
+++ capidivert-0.0.2.ebuild	8 May 2013 16:57:26 -0000	1.3
@@ -1,12 +1,12 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/capidivert/capidivert-0.0.2.ebuild,v 1.2 2010/09/30 12:32:05 sbriesen Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/capidivert/capidivert-0.0.2.ebuild,v 1.3 2013/05/08 16:57:26 ulm Exp $
 
 DESCRIPTION="CAPI based utility to control ISDN diversion facilities"
 HOMEPAGE="http://www.tp1.ruhr-uni-bochum.de/~kai/i4l/capidivert/"
 SRC_URI="http://www.tp1.ruhr-uni-bochum.de/~kai/i4l/capidivert/${P}.tar.gz"
 
-LICENSE="as-is"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""





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

end of thread, other threads:[~2013-05-08 16:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-08 16:57 [gentoo-commits] gentoo-x86 commit in net-dialup/capidivert: ChangeLog capidivert-0.0.2.ebuild Ulrich Mueller (ulm)
  -- strict thread matches above, loose matches on Subject: below --
2010-09-30 12:32 Stefan Briesenick (sbriesen)

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