public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/mgorny:master commit in: media-gfx/pixels2pgf/
@ 2012-04-09 19:48 Michał Górny
  0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2012-04-09 19:48 UTC (permalink / raw
  To: gentoo-commits

commit:     d821731e18de99ed5bcadd6d3a23e67967934db3
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  9 19:49:03 2012 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Apr  9 19:49:03 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=d821731e

media-gfx/pixels2pgf: Introduce the pixels2pgf tool.

(Portage version: 2.2.0_alpha100/git/Linux x86_64, unsigned Manifest commit)

---
 media-gfx/pixels2pgf/metadata.xml           |   15 ++++++++++++
 media-gfx/pixels2pgf/pixels2pgf-9999.ebuild |   33 +++++++++++++++++++++++++++
 2 files changed, 48 insertions(+), 0 deletions(-)

diff --git a/media-gfx/pixels2pgf/metadata.xml b/media-gfx/pixels2pgf/metadata.xml
new file mode 100644
index 0000000..509101d
--- /dev/null
+++ b/media-gfx/pixels2pgf/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer>
+		<email>mgorny@gentoo.org</email>
+		<name>Michał Górny</name>
+	</maintainer>
+	<upstream>
+		<maintainer status="active">
+			<email>mgorny@gentoo.org</email>
+			<name>Michał Górny</name>
+		</maintainer>
+		<bugs-to>https://github.com/mgorny/pixels2pgf/issues/</bugs-to>
+	</upstream>
+</pkgmetadata>

diff --git a/media-gfx/pixels2pgf/pixels2pgf-9999.ebuild b/media-gfx/pixels2pgf/pixels2pgf-9999.ebuild
new file mode 100644
index 0000000..fb4a2e7
--- /dev/null
+++ b/media-gfx/pixels2pgf/pixels2pgf-9999.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+#if LIVE
+AUTOTOOLS_AUTORECONF=yes
+EGIT_REPO_URI="git://github.com/mgorny/${PN}.git
+	http://github.com/mgorny/${PN}.git"
+
+inherit git-2
+#endif
+
+inherit autotools-utils
+
+DESCRIPTION="Convert pixel images (e.g. QRCode) to PGF/Tikz rectangles"
+HOMEPAGE="https://github.com/mgorny/pixels2pgf/"
+SRC_URI="mirror://github/mgorny/${PN}/${P}.tar.bz2"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="media-libs/libsdl
+	media-libs/sdl-image"
+DEPEND="${RDEPEND}"
+
+#if LIVE
+KEYWORDS=
+SRC_URI=
+#endif



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

* [gentoo-commits] dev/mgorny:master commit in: media-gfx/pixels2pgf/
@ 2012-04-09 19:57 Michał Górny
  0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2012-04-09 19:57 UTC (permalink / raw
  To: gentoo-commits

commit:     7b26f87eeb972611b8702be65507ecb880faf6c4
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  9 19:57:09 2012 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Apr  9 19:57:09 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=7b26f87e

media-gfx/pixels2pgf: Fix release ebuild blank line stripping.

(Portage version: 2.2.0_alpha100/git/Linux x86_64, unsigned Manifest commit)

---
 media-gfx/pixels2pgf/pixels2pgf-9999.ebuild |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/media-gfx/pixels2pgf/pixels2pgf-9999.ebuild b/media-gfx/pixels2pgf/pixels2pgf-9999.ebuild
index fb4a2e7..38f5b9f 100644
--- a/media-gfx/pixels2pgf/pixels2pgf-9999.ebuild
+++ b/media-gfx/pixels2pgf/pixels2pgf-9999.ebuild
@@ -26,8 +26,8 @@ IUSE=""
 RDEPEND="media-libs/libsdl
 	media-libs/sdl-image"
 DEPEND="${RDEPEND}"
-
 #if LIVE
+
 KEYWORDS=
 SRC_URI=
 #endif



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

* [gentoo-commits] dev/mgorny:master commit in: media-gfx/pixels2pgf/
@ 2012-08-30  9:54 Michał Górny
  0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2012-08-30  9:54 UTC (permalink / raw
  To: gentoo-commits

commit:     49be627aee0bf1570f7df90c6df19ea6c6e9ad1a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 30 08:42:48 2012 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 30 08:42:48 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=49be627a

media-gfx/pixels2pgf: Update URIs.

(Portage version: 2.2.0_alpha120_p33/git/Linux x86_64, unsigned Manifest commit)

---
 media-gfx/pixels2pgf/metadata.xml           |    2 +-
 media-gfx/pixels2pgf/pixels2pgf-9999.ebuild |    7 +++----
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/media-gfx/pixels2pgf/metadata.xml b/media-gfx/pixels2pgf/metadata.xml
index 509101d..3fa0768 100644
--- a/media-gfx/pixels2pgf/metadata.xml
+++ b/media-gfx/pixels2pgf/metadata.xml
@@ -10,6 +10,6 @@
 			<email>mgorny@gentoo.org</email>
 			<name>Michał Górny</name>
 		</maintainer>
-		<bugs-to>https://github.com/mgorny/pixels2pgf/issues/</bugs-to>
+		<bugs-to>https://bitbucket.org/mgorny/pixels2pgf/issues/</bugs-to>
 	</upstream>
 </pkgmetadata>

diff --git a/media-gfx/pixels2pgf/pixels2pgf-9999.ebuild b/media-gfx/pixels2pgf/pixels2pgf-9999.ebuild
index 38f5b9f..ee450ea 100644
--- a/media-gfx/pixels2pgf/pixels2pgf-9999.ebuild
+++ b/media-gfx/pixels2pgf/pixels2pgf-9999.ebuild
@@ -6,8 +6,7 @@ EAPI=4
 
 #if LIVE
 AUTOTOOLS_AUTORECONF=yes
-EGIT_REPO_URI="git://github.com/mgorny/${PN}.git
-	http://github.com/mgorny/${PN}.git"
+EGIT_REPO_URI="http://bitbucket.org/mgorny/${PN}.git"
 
 inherit git-2
 #endif
@@ -15,8 +14,8 @@ inherit git-2
 inherit autotools-utils
 
 DESCRIPTION="Convert pixel images (e.g. QRCode) to PGF/Tikz rectangles"
-HOMEPAGE="https://github.com/mgorny/pixels2pgf/"
-SRC_URI="mirror://github/mgorny/${PN}/${P}.tar.bz2"
+HOMEPAGE="https://bitbucket.org/mgorny/pixels2pgf/"
+SRC_URI="mirror://bitbucket/mgorny/${PN}/${P}.tar.bz2"
 
 LICENSE="BSD"
 SLOT="0"


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

end of thread, other threads:[~2012-08-30  9:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-09 19:57 [gentoo-commits] dev/mgorny:master commit in: media-gfx/pixels2pgf/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2012-08-30  9:54 Michał Górny
2012-04-09 19:48 Michał Górny

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