public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-libs/libtinynotify-cli: metadata.xml libtinynotify-cli-9999.ebuild ChangeLog
@ 2012-12-15 12:48 Michal Gorny (mgorny)
  0 siblings, 0 replies; only message in thread
From: Michal Gorny (mgorny) @ 2012-12-15 12:48 UTC (permalink / raw
  To: gentoo-commits

mgorny      12/12/15 12:48:10

  Modified:             metadata.xml ChangeLog
  Added:                libtinynotify-cli-9999.ebuild
  Log:
  Import the live ebuild.
  
  (Portage version: 2.2.0_alpha148/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)

Revision  Changes    Path
1.4                  x11-libs/libtinynotify-cli/metadata.xml

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

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libtinynotify-cli/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml	2 Jan 2012 11:17:40 -0000	1.3
+++ metadata.xml	15 Dec 2012 12:48:10 -0000	1.4
@@ -10,6 +10,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.7                  x11-libs/libtinynotify-cli/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libtinynotify-cli/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libtinynotify-cli/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libtinynotify-cli/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libtinynotify-cli/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	5 May 2012 03:52:24 -0000	1.6
+++ ChangeLog	15 Dec 2012 12:48:10 -0000	1.7
@@ -1,6 +1,12 @@
 # ChangeLog for x11-libs/libtinynotify-cli
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libtinynotify-cli/ChangeLog,v 1.6 2012/05/05 03:52:24 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libtinynotify-cli/ChangeLog,v 1.7 2012/12/15 12:48:10 mgorny Exp $
+
+*libtinynotify-cli-9999 (15 Dec 2012)
+
+  15 Dec 2012; Michał Górny <mgorny@gentoo.org> +libtinynotify-cli-9999.ebuild,
+  metadata.xml:
+  Import the live ebuild.
 
   05 May 2012; Jeff Horelick <jdhore@gentoo.org>
   libtinynotify-cli-1.2.1.ebuild:
@@ -36,4 +42,3 @@
   21 Aug 2011; Michał Górny <mgorny@gentoo.org>
   +libtinynotify-cli-0.0.1.ebuild, +metadata.xml:
   Introduce the first ebuild for libtinynotify-cli.
-



1.1                  x11-libs/libtinynotify-cli/libtinynotify-cli-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libtinynotify-cli/libtinynotify-cli-9999.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libtinynotify-cli/libtinynotify-cli-9999.ebuild?rev=1.1&content-type=text/plain

Index: libtinynotify-cli-9999.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/libtinynotify-cli/libtinynotify-cli-9999.ebuild,v 1.1 2012/12/15 12:48:10 mgorny Exp $

EAPI=4

#if LIVE
AUTOTOOLS_AUTORECONF=yes
EGIT_REPO_URI="http://bitbucket.org/mgorny/tinynotify-send.git"

inherit git-2
#endif

inherit autotools-utils

MY_PN=tinynotify-send
MY_P=${MY_PN}-${PV}

DESCRIPTION="Common CLI routines for tinynotify-send & sw-notify-send"
HOMEPAGE="https://bitbucket.org/mgorny/tinynotify-send/"
SRC_URI="mirror://bitbucket/mgorny/${MY_PN}/downloads/${MY_P}.tar.bz2"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc static-libs"

RDEPEND="x11-libs/libtinynotify"
DEPEND="${RDEPEND}
	virtual/pkgconfig
	doc? ( dev-util/gtk-doc )"

#if LIVE
KEYWORDS=
SRC_URI=
DEPEND="${DEPEND}
	>=dev-util/gtk-doc-1.18"
#endif

src_configure() {
	local myeconfargs=(
		$(use_enable doc gtk-doc)
		--disable-regular
		--disable-system-wide
	)

	autotools-utils_src_configure
}





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

only message in thread, other threads:[~2012-12-15 12:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-15 12:48 [gentoo-commits] gentoo-x86 commit in x11-libs/libtinynotify-cli: metadata.xml libtinynotify-cli-9999.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