public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/netifrc: netifrc-9999.ebuild ChangeLog
@ 2013-08-21 16:04 William Hubbs (williamh)
  0 siblings, 0 replies; 4+ messages in thread
From: William Hubbs (williamh) @ 2013-08-21 16:04 UTC (permalink / raw
  To: gentoo-commits

williamh    13/08/21 16:04:46

  Modified:             netifrc-9999.ebuild ChangeLog
  Log:
  point to the netifrc repository instead of oldnet
  
  (Portage version: 2.2.0/cvs/Linux i686, signed Manifest commit with key 0x30C46538)

Revision  Changes    Path
1.3                  net-misc/netifrc/netifrc-9999.ebuild

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

Index: netifrc-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/netifrc/netifrc-9999.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- netifrc-9999.ebuild	20 Aug 2013 19:41:46 -0000	1.2
+++ netifrc-9999.ebuild	21 Aug 2013 16:04:46 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/netifrc-9999.ebuild,v 1.2 2013/08/20 19:41:46 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/netifrc-9999.ebuild,v 1.3 2013/08/21 16:04:46 williamh Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 HOMEPAGE="http://www.gentoo.org/proj/en/base/openrc/"
 
 if [[ ${PV} == "9999" ]]; then
-	EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/gentoo-oldnet.git"
+	EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/${PN}.git"
 	inherit git-2
 else
 	SRC_URI="http://dev.gentoo.org/~williamh/dist/${P}.tar.bz2"



1.3                  net-misc/netifrc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/netifrc/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	18 Aug 2013 03:54:54 -0000	1.2
+++ ChangeLog	21 Aug 2013 16:04:46 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/netifrc
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/ChangeLog,v 1.2 2013/08/18 03:54:54 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/ChangeLog,v 1.3 2013/08/21 16:04:46 williamh Exp $
+
+  21 Aug 2013; William Hubbs <williamh@gentoo.org> netifrc-9999.ebuild:
+  point to the netifrc repository instead of oldnet
 
   18 Aug 2013; Ian Stakenvicius <axs@gentoo.org> metadata.xml:
   added myself to metadata as tertiary maintainer





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

* [gentoo-commits] gentoo-x86 commit in net-misc/netifrc: netifrc-9999.ebuild ChangeLog
@ 2013-08-27 17:01 Ian Stakenvicius (axs)
  0 siblings, 0 replies; 4+ messages in thread
From: Ian Stakenvicius (axs) @ 2013-08-27 17:01 UTC (permalink / raw
  To: gentoo-commits

axs         13/08/27 17:01:53

  Modified:             netifrc-9999.ebuild ChangeLog
  Log:
  added a dodoc to install README as it is not part of 'make install' anymore
  
  (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)

Revision  Changes    Path
1.4                  net-misc/netifrc/netifrc-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netifrc/netifrc-9999.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netifrc/netifrc-9999.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netifrc/netifrc-9999.ebuild?r1=1.3&r2=1.4

Index: netifrc-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/netifrc/netifrc-9999.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- netifrc-9999.ebuild	21 Aug 2013 16:04:46 -0000	1.3
+++ netifrc-9999.ebuild	27 Aug 2013 17:01:53 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/netifrc-9999.ebuild,v 1.3 2013/08/21 16:04:46 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/netifrc-9999.ebuild,v 1.4 2013/08/27 17:01:53 axs Exp $
 
 EAPI=5
 
@@ -49,6 +49,7 @@
 
 src_install() {
 	emake ${MAKE_ARGS} DESTDIR="${D}" install
+	dodoc README
 }
 
 pkg_postinst() {



1.5                  net-misc/netifrc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/netifrc/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	21 Aug 2013 16:37:39 -0000	1.4
+++ ChangeLog	27 Aug 2013 17:01:53 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/netifrc
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/ChangeLog,v 1.4 2013/08/21 16:37:39 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/ChangeLog,v 1.5 2013/08/27 17:01:53 axs Exp $
+
+  27 Aug 2013; Ian Stakenvicius <axs@gentoo.org> netifrc-9999.ebuild:
+  added a dodoc to install README as it is not part of 'make install' anymore
 
   21 Aug 2013; William Hubbs <williamh@gentoo.org> metadata.xml:
   assign maintainership to netifrc alias





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

* [gentoo-commits] gentoo-x86 commit in net-misc/netifrc: netifrc-9999.ebuild ChangeLog
@ 2013-08-28 16:15 Robin H. Johnson (robbat2)
  0 siblings, 0 replies; 4+ messages in thread
From: Robin H. Johnson (robbat2) @ 2013-08-28 16:15 UTC (permalink / raw
  To: gentoo-commits

robbat2     13/08/28 16:15:28

  Modified:             netifrc-9999.ebuild ChangeLog
  Log:
  Per bug #482604, start include a changelog. Also install the other docs.
  
  (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.5                  net-misc/netifrc/netifrc-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netifrc/netifrc-9999.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netifrc/netifrc-9999.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netifrc/netifrc-9999.ebuild?r1=1.4&r2=1.5

Index: netifrc-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/netifrc/netifrc-9999.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -p -w -b -B -u -u -r1.4 -r1.5
--- netifrc-9999.ebuild	27 Aug 2013 17:01:53 -0000	1.4
+++ netifrc-9999.ebuild	28 Aug 2013 16:15:28 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/netifrc-9999.ebuild,v 1.4 2013/08/27 17:01:53 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/netifrc-9999.ebuild,v 1.5 2013/08/28 16:15:28 robbat2 Exp $
 
 EAPI=5
 
@@ -32,6 +32,8 @@ src_prepare() {
 	if [[ ${PV} == "9999" ]] ; then
 		local ver="git-${EGIT_VERSION:0:6}"
 		sed -i "/^GITVER[[:space:]]*=/s:=.*:=${ver}:" mk/git.mk || die
+		einfo "Producing ChangeLog from Git history"
+		GIT_DIR="${S}/.git" git log >"${S}"/ChangeLog
 	fi
 
 	# Allow user patches to be applied without modifying the ebuild
@@ -49,7 +51,7 @@ src_compile() {
 
 src_install() {
 	emake ${MAKE_ARGS} DESTDIR="${D}" install
-	dodoc README
+	dodoc README CREDITS FEATURE-REMOVAL-SCHEDULE STYLE TODO ChangeLog
 }
 
 pkg_postinst() {



1.6                  net-misc/netifrc/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netifrc/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netifrc/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netifrc/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/netifrc/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -p -w -b -B -u -u -r1.5 -r1.6
--- ChangeLog	27 Aug 2013 17:01:53 -0000	1.5
+++ ChangeLog	28 Aug 2013 16:15:28 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/netifrc
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/ChangeLog,v 1.5 2013/08/27 17:01:53 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/ChangeLog,v 1.6 2013/08/28 16:15:28 robbat2 Exp $
+
+  28 Aug 2013; Robin H. Johnson <robbat2@gentoo.org> netifrc-9999.ebuild:
+  Per bug #482604, start include a changelog. Also install the other docs.
 
   27 Aug 2013; Ian Stakenvicius <axs@gentoo.org> netifrc-9999.ebuild:
   added a dodoc to install README as it is not part of 'make install' anymore





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

* [gentoo-commits] gentoo-x86 commit in net-misc/netifrc: netifrc-9999.ebuild ChangeLog
@ 2015-03-05  4:20 Benda XU (heroxbd)
  0 siblings, 0 replies; 4+ messages in thread
From: Benda XU (heroxbd) @ 2015-03-05  4:20 UTC (permalink / raw
  To: gentoo-commits

heroxbd     15/03/05 04:20:35

  Modified:             netifrc-9999.ebuild ChangeLog
  Log:
  Strip EPREFIX from dosym operand: Avoid double prefix.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.11                 net-misc/netifrc/netifrc-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netifrc/netifrc-9999.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netifrc/netifrc-9999.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netifrc/netifrc-9999.ebuild?r1=1.10&r2=1.11

Index: netifrc-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/netifrc/netifrc-9999.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- netifrc-9999.ebuild	11 Jan 2015 06:03:13 -0000	1.10
+++ netifrc-9999.ebuild	5 Mar 2015 04:20:35 -0000	1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/netifrc-9999.ebuild,v 1.10 2015/01/11 06:03:13 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/netifrc-9999.ebuild,v 1.11 2015/03/05 04:20:35 heroxbd Exp $
 
 EAPI=5
 
@@ -56,7 +56,7 @@
 	UNIT_DIR="$(systemd_get_unitdir)"
 	sed "s:@LIBEXECDIR@:${LIBEXECDIR}:" "${S}/systemd/net_at.service.in" > "${T}/net_at.service" || die
 	systemd_newunit "${T}/net_at.service" 'net@.service'
-	dosym "${UNIT_DIR}/net@.service" "${UNIT_DIR}/net@lo.service"
+	dosym "${UNIT_DIR#${EPREFIX}}/net@.service" "${UNIT_DIR#${EPREFIX}}/net@lo.service"
 }
 
 pkg_postinst() {



1.44                 net-misc/netifrc/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netifrc/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netifrc/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netifrc/ChangeLog?r1=1.43&r2=1.44

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/netifrc/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	5 Mar 2015 04:18:06 -0000	1.43
+++ ChangeLog	5 Mar 2015 04:20:35 -0000	1.44
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/netifrc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/ChangeLog,v 1.43 2015/03/05 04:18:06 heroxbd Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/ChangeLog,v 1.44 2015/03/05 04:20:35 heroxbd Exp $
+
+  05 Mar 2015; Benda Xu <heroxbd@gentoo.org> netifrc-9999.ebuild:
+  Strip EPREFIX from dosym operand: Avoid double prefix.
 
   05 Mar 2015; Benda Xu <heroxbd@gentoo.org> netifrc-0.3.1.ebuild:
   Strip EPREFIX from dosym operand: Avoid double prefix.





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

end of thread, other threads:[~2015-03-05  4:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-28 16:15 [gentoo-commits] gentoo-x86 commit in net-misc/netifrc: netifrc-9999.ebuild ChangeLog Robin H. Johnson (robbat2)
  -- strict thread matches above, loose matches on Subject: below --
2015-03-05  4:20 Benda XU (heroxbd)
2013-08-27 17:01 Ian Stakenvicius (axs)
2013-08-21 16:04 William Hubbs (williamh)

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