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-p2p/linkage: linkage-0.1.4.ebuild ChangeLog
Date: Sat, 02 Feb 2008 12:14:08 +0000	[thread overview]
Message-ID: <E1JLHG4-0003im-F7@stork.gentoo.org> (raw)

drac        08/02/02 12:14:08

  Modified:             linkage-0.1.4.ebuild ChangeLog
  Log:
  Download and copy sizeof.m4 from upstream subversion to m4 subdirectory because it isn't included in default tarball wrt #208548.
  (Portage version: 2.1.4.1)

Revision  Changes    Path
1.3                  net-p2p/linkage/linkage-0.1.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/linkage/linkage-0.1.4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/linkage/linkage-0.1.4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/linkage/linkage-0.1.4.ebuild?r1=1.2&r2=1.3

Index: linkage-0.1.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/linkage/linkage-0.1.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- linkage-0.1.4.ebuild	1 Nov 2007 17:33:24 -0000	1.2
+++ linkage-0.1.4.ebuild	2 Feb 2008 12:14:07 -0000	1.3
@@ -1,15 +1,16 @@
-# 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-p2p/linkage/linkage-0.1.4.ebuild,v 1.2 2007/11/01 17:33:24 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/linkage/linkage-0.1.4.ebuild,v 1.3 2008/02/02 12:14:07 drac Exp $
 
-SCROLLKEEPER_UPDATE="no"
-GCONF_DEBUG="no"
+SCROLLKEEPER_UPDATE=no
+GCONF_DEBUG=no
 
 inherit gnome2
 
 DESCRIPTION="BitTorrent client written in C++ using gtkmm and libtorrent."
 HOMEPAGE="http://code.google.com/p/linkage"
-SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"
+SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz
+	http://code.google.com/p/${PN}/source/browse/tags/${P}/m4/sizeof.m4"
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -32,7 +33,17 @@
 	dev-util/pkgconfig
 	sys-devel/gettext"
 
-GCONF2="${GCONF2} $(use_with curl) $(use_with gnome) \
-	$(use_with upnp gupnp) $(use_with xfce exo)"
+DOCS="README TODO"
 
-DOCS="AUTHORS ChangeLog NEWS README TODO"
+pkg_setup() {
+	GCONF2="${GCONF2} $(use_with curl) $(use_with gnome) 
+		$(use_with upnp gupnp) $(use_with xfce exo)"
+}
+
+src_unpack() {
+	# Bug 208548, sizeof.m4 isn't included in default tarball.
+	unpack ${P}.tar.gz
+	cd "${S}"
+	mkdir m4
+	cp ${DISTDIR}/sizeof.m4 m4
+}



1.7                  net-p2p/linkage/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/linkage/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/linkage/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/linkage/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/linkage/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	1 Nov 2007 17:33:24 -0000	1.6
+++ ChangeLog	2 Feb 2008 12:14:07 -0000	1.7
@@ -1,6 +1,10 @@
 # ChangeLog for net-p2p/linkage
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/linkage/ChangeLog,v 1.6 2007/11/01 17:33:24 drac Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/linkage/ChangeLog,v 1.7 2008/02/02 12:14:07 drac Exp $
+
+  02 Feb 2008; Samuli Suominen <drac@gentoo.org> linkage-0.1.4.ebuild:
+  Download and copy sizeof.m4 from upstream subversion to m4 subdirectory
+  because it isn't included in default tarball wrt #208548.
 
   01 Nov 2007; Samuli Suominen <drac@gentoo.org> linkage-0.1.4.ebuild:
   Keyword ~amd64 wrt #186477.



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



             reply	other threads:[~2008-02-02 12:14 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-02 12:14 Samuli Suominen (drac) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-04-24 14:56 [gentoo-commits] gentoo-x86 commit in net-p2p/linkage: linkage-0.1.4.ebuild ChangeLog Samuli Suominen (drac)
2007-11-01 17:33 Samuli Suominen (drac)

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=E1JLHG4-0003im-F7@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