public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/tinynotify-send: metadata.xml tinynotify-send-1.2.1.ebuild ChangeLog
@ 2012-08-31  8:25 Michal Gorny (mgorny)
  0 siblings, 0 replies; only message in thread
From: Michal Gorny (mgorny) @ 2012-08-31  8:25 UTC (permalink / raw
  To: gentoo-commits

mgorny      12/08/31 08:25:22

  Modified:             metadata.xml tinynotify-send-1.2.1.ebuild ChangeLog
  Log:
  Sync to the live ebuild.
  
  (Portage version: 2.2.0_alpha120_p33/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  x11-misc/tinynotify-send/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/tinynotify-send/metadata.xml?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/tinynotify-send/metadata.xml?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/tinynotify-send/metadata.xml?r1=1.3&r2=1.4

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/tinynotify-send/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml	2 Jan 2012 11:17:42 -0000	1.3
+++ metadata.xml	31 Aug 2012 08:25:22 -0000	1.4
@@ -13,6 +13,6 @@
 			<email>mgorny@gentoo.org</email>
 			<name>Michał Górny</name>
 		</maintainer>
-		<bugs-to>https://github.com/mgorny/tinynotify-send/issues/</bugs-to>
+		<bugs-to>https://bitbucket.org/mgorny/tinynotify-send/issues/</bugs-to>
 	</upstream>
 </pkgmetadata>



1.4                  x11-misc/tinynotify-send/tinynotify-send-1.2.1.ebuild

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

Index: tinynotify-send-1.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/tinynotify-send/tinynotify-send-1.2.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- tinynotify-send-1.2.1.ebuild	5 May 2012 04:53:52 -0000	1.3
+++ tinynotify-send-1.2.1.ebuild	31 Aug 2012 08:25:22 -0000	1.4
@@ -1,14 +1,14 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/tinynotify-send/tinynotify-send-1.2.1.ebuild,v 1.3 2012/05/05 04:53:52 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/tinynotify-send/tinynotify-send-1.2.1.ebuild,v 1.4 2012/08/31 08:25:22 mgorny Exp $
 
 EAPI=4
 
 inherit autotools-utils
 
 DESCRIPTION="A notification sending utility (using libtinynotify)"
-HOMEPAGE="https://github.com/mgorny/tinynotify-send/"
-SRC_URI="mirror://github/mgorny/${PN}/${P}.tar.bz2"
+HOMEPAGE="https://bitbucket.org/mgorny/tinynotify-send/"
+SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.bz2"
 
 LICENSE="BSD"
 SLOT="0"
@@ -21,8 +21,6 @@
 DEPEND="${RDEPEND}
 	virtual/pkgconfig"
 
-DOCS=( README )
-
 src_configure() {
 	myeconfargs=(
 		--disable-library



1.8                  x11-misc/tinynotify-send/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/tinynotify-send/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/tinynotify-send/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/tinynotify-send/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/tinynotify-send/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	5 May 2012 04:53:52 -0000	1.7
+++ ChangeLog	31 Aug 2012 08:25:22 -0000	1.8
@@ -1,6 +1,10 @@
 # ChangeLog for x11-misc/tinynotify-send
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/tinynotify-send/ChangeLog,v 1.7 2012/05/05 04:53:52 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/tinynotify-send/ChangeLog,v 1.8 2012/08/31 08:25:22 mgorny Exp $
+
+  31 Aug 2012; Michał Górny <mgorny@gentoo.org> metadata.xml,
+  tinynotify-send-1.2.1.ebuild:
+  Sync to the live ebuild.
 
   05 May 2012; Jeff Horelick <jdhore@gentoo.org> tinynotify-send-1.2.1.ebuild:
   dev-util/pkgconfig -> virtual/pkgconfig
@@ -40,4 +44,3 @@
   21 Aug 2011; Michał Górny <mgorny@gentoo.org> +tinynotify-send-0.2.ebuild,
   +metadata.xml:
   Introduce the first ebuild for tinynotify-send.
-





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-08-31  8:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-31  8:25 [gentoo-commits] gentoo-x86 commit in x11-misc/tinynotify-send: metadata.xml tinynotify-send-1.2.1.ebuild ChangeLog Michal Gorny (mgorny)

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