public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/mgorny:master commit in: mail-client/claws-mail-gkr/
@ 2012-01-14 21:22 Michał Górny
  0 siblings, 0 replies; 2+ messages in thread
From: Michał Górny @ 2012-01-14 21:22 UTC (permalink / raw
  To: gentoo-commits

commit:     126cdf58854f611fae75d3916e5f315973806335
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 14 18:21:31 2012 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 14 18:21:31 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=126cdf58

mail-client/claws-mail-gkr: Initial ebuild for claws-mail gnome-keyring plugin.

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

---
 .../claws-mail-gkr/claws-mail-gkr-9999.ebuild      |   32 ++++++++++++++++++++
 mail-client/claws-mail-gkr/metadata.xml            |   15 +++++++++
 2 files changed, 47 insertions(+), 0 deletions(-)

diff --git a/mail-client/claws-mail-gkr/claws-mail-gkr-9999.ebuild b/mail-client/claws-mail-gkr/claws-mail-gkr-9999.ebuild
new file mode 100644
index 0000000..243c88c
--- /dev/null
+++ b/mail-client/claws-mail-gkr/claws-mail-gkr-9999.ebuild
@@ -0,0 +1,32 @@
+# 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="Gnome-keyring password storage plugin for claws-mail"
+HOMEPAGE="https://github.com/mgorny/claws-mail-gkr/"
+SRC_URI="mirror://github/mgorny/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+# XXX: raise it when patch applied
+RDEPEND="mail-client/claws-mail"
+
+#if LIVE
+KEYWORDS=
+SRC_URI=
+#endif

diff --git a/mail-client/claws-mail-gkr/metadata.xml b/mail-client/claws-mail-gkr/metadata.xml
new file mode 100644
index 0000000..ee272fa
--- /dev/null
+++ b/mail-client/claws-mail-gkr/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/claws-mail-gkr/issues/</bugs-to>
+	</upstream>
+</pkgmetadata>



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

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

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

mail-client/claws-mail-gkr: Update URIs.

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

---
 .../claws-mail-gkr/claws-mail-gkr-9999.ebuild      |    7 +++----
 mail-client/claws-mail-gkr/metadata.xml            |    2 +-
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/mail-client/claws-mail-gkr/claws-mail-gkr-9999.ebuild b/mail-client/claws-mail-gkr/claws-mail-gkr-9999.ebuild
index 243c88c..755112d 100644
--- a/mail-client/claws-mail-gkr/claws-mail-gkr-9999.ebuild
+++ b/mail-client/claws-mail-gkr/claws-mail-gkr-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="Gnome-keyring password storage plugin for claws-mail"
-HOMEPAGE="https://github.com/mgorny/claws-mail-gkr/"
-SRC_URI="mirror://github/mgorny/${PN}/${P}.tar.bz2"
+HOMEPAGE="https://bitbucket.org/mgorny/claws-mail-gkr/"
+SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"

diff --git a/mail-client/claws-mail-gkr/metadata.xml b/mail-client/claws-mail-gkr/metadata.xml
index ee272fa..b15b64a 100644
--- a/mail-client/claws-mail-gkr/metadata.xml
+++ b/mail-client/claws-mail-gkr/metadata.xml
@@ -10,6 +10,6 @@
 			<email>mgorny@gentoo.org</email>
 			<name>Michał Górny</name>
 		</maintainer>
-		<bugs-to>https://github.com/mgorny/claws-mail-gkr/issues/</bugs-to>
+		<bugs-to>https://bitbucket.org/mgorny/claws-mail-gkr/issues/</bugs-to>
 	</upstream>
 </pkgmetadata>


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

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

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-30  9:54 [gentoo-commits] dev/mgorny:master commit in: mail-client/claws-mail-gkr/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2012-01-14 21:22 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