public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/libvisio: libvisio-9999.ebuild libvisio-0.0.16.ebuild ChangeLog
@ 2012-06-09  0:15 Zac Medico (zmedico)
  0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2012-06-09  0:15 UTC (permalink / raw
  To: gentoo-commits

zmedico     12/06/09 00:15:15

  Modified:             libvisio-9999.ebuild libvisio-0.0.16.ebuild
                        ChangeLog
  Log:
  tweak inherits so repoman can parse them
  
  (Portage version: 2.2.0_alpha110_p4/cvs/Linux i686)

Revision  Changes    Path
1.11                 media-libs/libvisio/libvisio-9999.ebuild

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

Index: libvisio-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvisio/libvisio-9999.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- libvisio-9999.ebuild	5 May 2012 08:02:37 -0000	1.10
+++ libvisio-9999.ebuild	9 Jun 2012 00:15:14 -0000	1.11
@@ -1,13 +1,12 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/libvisio-9999.ebuild,v 1.10 2012/05/05 08:02:37 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/libvisio-9999.ebuild,v 1.11 2012/06/09 00:15:14 zmedico Exp $
 
 EAPI=4
 
 EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/contrib/libvisio/"
-[[ ${PV} == 9999 ]] && vcs="autotools git-2"
-inherit base ${vcs}
-unset vcs
+inherit base
+[[ ${PV} == 9999 ]] && inherit autotools git-2
 
 DESCRIPTION="Library parsing the visio documents"
 HOMEPAGE="http://www.freedesktop.org/wiki/Software/libvisio"



1.5                  media-libs/libvisio/libvisio-0.0.16.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisio/libvisio-0.0.16.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisio/libvisio-0.0.16.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisio/libvisio-0.0.16.ebuild?r1=1.4&r2=1.5

Index: libvisio-0.0.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvisio/libvisio-0.0.16.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libvisio-0.0.16.ebuild	31 May 2012 09:51:55 -0000	1.4
+++ libvisio-0.0.16.ebuild	9 Jun 2012 00:15:14 -0000	1.5
@@ -1,13 +1,12 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/libvisio-0.0.16.ebuild,v 1.4 2012/05/31 09:51:55 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/libvisio-0.0.16.ebuild,v 1.5 2012/06/09 00:15:14 zmedico Exp $
 
 EAPI=4
 
 EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/contrib/libvisio/"
-[[ ${PV} == 9999 ]] && vcs="autotools git-2"
-inherit base ${vcs}
-unset vcs
+inherit base
+[[ ${PV} == 9999 ]] && inherit autotools git-2
 
 DESCRIPTION="Library parsing the visio documents"
 HOMEPAGE="http://www.freedesktop.org/wiki/Software/libvisio"



1.29                 media-libs/libvisio/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisio/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisio/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisio/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvisio/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	31 May 2012 09:51:55 -0000	1.28
+++ ChangeLog	9 Jun 2012 00:15:14 -0000	1.29
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/libvisio
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/ChangeLog,v 1.28 2012/05/31 09:51:55 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/ChangeLog,v 1.29 2012/06/09 00:15:14 zmedico Exp $
+
+  09 Jun 2012; Zac Medico <zmedico@gentoo.org> libvisio-0.0.16.ebuild,
+  libvisio-9999.ebuild:
+  tweak inherits so repoman can parse them
 
   31 May 2012; Justin Lecher <jlec@gentoo.org> libvisio-0.0.16.ebuild:
   Keyworded for ~-linux, tested by me






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

only message in thread, other threads:[~2012-06-09  0:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-09  0:15 [gentoo-commits] gentoo-x86 commit in media-libs/libvisio: libvisio-9999.ebuild libvisio-0.0.16.ebuild ChangeLog Zac Medico (zmedico)

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