public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/mgorny:master commit in: sys-devel/systemd-sdk/
@ 2011-09-18 17:49 Michał Górny
  0 siblings, 0 replies; 2+ messages in thread
From: Michał Górny @ 2011-09-18 17:49 UTC (permalink / raw
  To: gentoo-commits

commit:     96d25cca5436ee590ec7d1f0dd042734048b5f40
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 18 17:41:56 2011 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 18 17:41:56 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=96d25cca

sys-devel/systemd-sdk: Introduce an ebuild for systemd-sdk, tiny unit devel package.

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

---
 sys-devel/systemd-sdk/metadata.xml            |   16 +++++++++++++
 sys-devel/systemd-sdk/systemd-sdk-9999.ebuild |   31 +++++++++++++++++++++++++
 2 files changed, 47 insertions(+), 0 deletions(-)

diff --git a/sys-devel/systemd-sdk/metadata.xml b/sys-devel/systemd-sdk/metadata.xml
new file mode 100644
index 0000000..0931324
--- /dev/null
+++ b/sys-devel/systemd-sdk/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>no-herd</herd>
+	<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>http://bugs.gentoo.org/enter_bug.cgi?product=Gentoo%20Linux&amp;component=Applications&amp;short_desc=sys-devel/systemd-sdk:%20</bugs-to>
+	</upstream>
+</pkgmetadata>

diff --git a/sys-devel/systemd-sdk/systemd-sdk-9999.ebuild b/sys-devel/systemd-sdk/systemd-sdk-9999.ebuild
new file mode 100644
index 0000000..8744f4c
--- /dev/null
+++ b/sys-devel/systemd-sdk/systemd-sdk-9999.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+inherit autotools-utils
+
+#if LIVE
+EGIT_REPO_URI="git://github.com/mgorny/${PN}.git
+	http://github.com/mgorny/${PN}.git"
+inherit autotools git-2
+#endif
+
+DESCRIPTION="Macros and misc files for systemd daemons"
+HOMEPAGE="https://github.com/mgorny/systemd-sdk/"
+SRC_URI="http://cloud.github.com/downloads/mgorny/${PN}/${P}.tar.bz2"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+#if LIVE
+
+KEYWORDS=
+SRC_URI=
+
+src_prepare() {
+	autotools-utils_src_prepare
+	eautoreconf
+}
+#endif



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

* [gentoo-commits] dev/mgorny:master commit in: sys-devel/systemd-sdk/
@ 2012-08-28  9:27 Michał Górny
  0 siblings, 0 replies; 2+ messages in thread
From: Michał Górny @ 2012-08-28  9:27 UTC (permalink / raw
  To: gentoo-commits

commit:     355dc4aab4ed7426b66b5253647d3258f9a28c50
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 28 07:54:39 2012 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Aug 28 07:54:39 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=355dc4aa

sys-devel/systemd-sdk: Update URIs.

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

---
 sys-devel/systemd-sdk/metadata.xml            |    2 +-
 sys-devel/systemd-sdk/systemd-sdk-9999.ebuild |    8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/sys-devel/systemd-sdk/metadata.xml b/sys-devel/systemd-sdk/metadata.xml
index 6cf709e..64d2698 100644
--- a/sys-devel/systemd-sdk/metadata.xml
+++ b/sys-devel/systemd-sdk/metadata.xml
@@ -10,6 +10,6 @@
 			<email>mgorny@gentoo.org</email>
 			<name>Michał Górny</name>
 		</maintainer>
-		<bugs-to>https://github.com/mgorny/systemd-sdk/issues/</bugs-to>
+		<bugs-to>https://bitbucket.org/mgorny/systemd-sdk/issues/</bugs-to>
 	</upstream>
 </pkgmetadata>

diff --git a/sys-devel/systemd-sdk/systemd-sdk-9999.ebuild b/sys-devel/systemd-sdk/systemd-sdk-9999.ebuild
index 176c82a..36290a8 100644
--- a/sys-devel/systemd-sdk/systemd-sdk-9999.ebuild
+++ b/sys-devel/systemd-sdk/systemd-sdk-9999.ebuild
@@ -6,8 +6,8 @@ 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="git://bitbucket.org/mgorny/${PN}.git
+	http://bitbucket.org/mgorny/${PN}.git"
 
 inherit git-2
 #endif
@@ -15,8 +15,8 @@ inherit git-2
 inherit autotools-utils
 
 DESCRIPTION="Macros and misc files for systemd daemons"
-HOMEPAGE="https://github.com/mgorny/systemd-sdk/"
-SRC_URI="mirror://github/mgorny/${PN}/${P}.tar.bz2"
+HOMEPAGE="https://bitbucket.org/mgorny/systemd-sdk/"
+SRC_URI="mirror://bitbucket/mgorny/downloads/${PN}/${P}.tar.bz2"
 
 LICENSE="BSD"
 SLOT="0"


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

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

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-28  9:27 [gentoo-commits] dev/mgorny:master commit in: sys-devel/systemd-sdk/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2011-09-18 17:49 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