public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/betagarden:master commit in: mail-filter/dovecot-metadata/
@ 2013-03-07  8:38 Alexey Shvetsov
  0 siblings, 0 replies; 2+ messages in thread
From: Alexey Shvetsov @ 2013-03-07  8:38 UTC (permalink / raw
  To: gentoo-commits

commit:     0e786f90739fba56f09931b6a98f7fffab282ab6
Author:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  7 08:37:58 2013 +0000
Commit:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Thu Mar  7 08:37:58 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=0e786f90

Add dovecot metadata plugin

Package-Manager: portage-2.2.0_alpha166

---
 mail-filter/dovecot-metadata/ChangeLog             |    5 ++++
 .../dovecot-metadata/dovecot-metadata-11.ebuild    |   23 ++++++++++++++++++++
 mail-filter/dovecot-metadata/metadata.xml          |    8 +++++++
 3 files changed, 36 insertions(+), 0 deletions(-)

diff --git a/mail-filter/dovecot-metadata/ChangeLog b/mail-filter/dovecot-metadata/ChangeLog
new file mode 100644
index 0000000..114ab15
--- /dev/null
+++ b/mail-filter/dovecot-metadata/ChangeLog
@@ -0,0 +1,5 @@
+*dovecot-metadata-11 (07 Mar 2013)
+
+  07 Mar 2013; Alexey Shvetsov <alexxy@gentoo.org> +dovecot-metadata-11.ebuild,
+  +metadata.xml:
+  Add dovecot metadata plugin

diff --git a/mail-filter/dovecot-metadata/dovecot-metadata-11.ebuild b/mail-filter/dovecot-metadata/dovecot-metadata-11.ebuild
new file mode 100644
index 0000000..f274a0f
--- /dev/null
+++ b/mail-filter/dovecot-metadata/dovecot-metadata-11.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/dovecot-antispam/dovecot-antispam-2.0_pre20120226.ebuild,v 1.1 2012/03/03 19:51:09 radhermit Exp $
+
+EAPI="4"
+
+inherit autotools
+
+DESCRIPTION="A dovecot metadata plugin"
+HOMEPAGE="http://hg.dovecot.org/dovecot-metadata-plugin"
+SRC_URI="http://dev.gentoo.org/~alexxy/distfiles/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=net-mail/dovecot-2.1.0"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+	eautoreconf
+}

diff --git a/mail-filter/dovecot-metadata/metadata.xml b/mail-filter/dovecot-metadata/metadata.xml
new file mode 100644
index 0000000..247f458
--- /dev/null
+++ b/mail-filter/dovecot-metadata/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer>
+		<email>alexxy@gentoo.org</email>
+		<name>Alexey Shvetsov</name>
+	</maintainer>
+</pkgmetadata>


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

* [gentoo-commits] proj/betagarden:master commit in: mail-filter/dovecot-metadata/
@ 2013-06-05 12:11 Alexey Shvetsov
  0 siblings, 0 replies; 2+ messages in thread
From: Alexey Shvetsov @ 2013-06-05 12:11 UTC (permalink / raw
  To: gentoo-commits

commit:     4ed267e27eaa25cb40c071c21bfc851905654d18
Author:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  5 12:10:49 2013 +0000
Commit:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Wed Jun  5 12:10:49 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=4ed267e2

Version bump

Package-Manager: portage-2.2.0_alpha177

---
 mail-filter/dovecot-metadata/ChangeLog                        |  6 ++++++
 mail-filter/dovecot-metadata/dovecot-metadata-11.ebuild       |  4 ++--
 ...{dovecot-metadata-11.ebuild => dovecot-metadata-14.ebuild} | 11 +++--------
 3 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/mail-filter/dovecot-metadata/ChangeLog b/mail-filter/dovecot-metadata/ChangeLog
index a63a1f1..4f6a58f 100644
--- a/mail-filter/dovecot-metadata/ChangeLog
+++ b/mail-filter/dovecot-metadata/ChangeLog
@@ -1,3 +1,9 @@
+*dovecot-metadata-14 (05 Jun 2013)
+
+  05 Jun 2013; Alexey Shvetsov <alexxy@gentoo.org> +dovecot-metadata-14.ebuild,
+  dovecot-metadata-11.ebuild:
+  Version bump
+
   07 Mar 2013; Alexey Shvetsov <alexxy@gentoo.org>
   +files/dovecot-metadata-11-2.1.patch, dovecot-metadata-11.ebuild:
   Add patch for dovecot-2.1.x

diff --git a/mail-filter/dovecot-metadata/dovecot-metadata-11.ebuild b/mail-filter/dovecot-metadata/dovecot-metadata-11.ebuild
index d494799..f5cb3a4 100644
--- a/mail-filter/dovecot-metadata/dovecot-metadata-11.ebuild
+++ b/mail-filter/dovecot-metadata/dovecot-metadata-11.ebuild
@@ -4,11 +4,11 @@
 
 EAPI="5"
 
-inherit autotools eutils
+inherit autotools eutils vcs-snapshot
 
 DESCRIPTION="A dovecot metadata plugin"
 HOMEPAGE="http://hg.dovecot.org/dovecot-metadata-plugin"
-SRC_URI="http://dev.gentoo.org/~alexxy/distfiles/${P}.tar.bz2"
+SRC_URI="http://hg.dovecot.org/dovecot-metadata-plugin/archive/v${PV}.tar.bz2 -> ${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"

diff --git a/mail-filter/dovecot-metadata/dovecot-metadata-11.ebuild b/mail-filter/dovecot-metadata/dovecot-metadata-14.ebuild
similarity index 63%
copy from mail-filter/dovecot-metadata/dovecot-metadata-11.ebuild
copy to mail-filter/dovecot-metadata/dovecot-metadata-14.ebuild
index d494799..1810a54 100644
--- a/mail-filter/dovecot-metadata/dovecot-metadata-11.ebuild
+++ b/mail-filter/dovecot-metadata/dovecot-metadata-14.ebuild
@@ -4,25 +4,20 @@
 
 EAPI="5"
 
-inherit autotools eutils
+inherit autotools eutils vcs-snapshot
 
 DESCRIPTION="A dovecot metadata plugin"
 HOMEPAGE="http://hg.dovecot.org/dovecot-metadata-plugin"
-SRC_URI="http://dev.gentoo.org/~alexxy/distfiles/${P}.tar.bz2"
+SRC_URI="http://hg.dovecot.org/dovecot-metadata-plugin/archive/v${PV}.tar.bz2 -> ${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND=">=net-mail/dovecot-2.1.0"
+DEPEND=">=net-mail/dovecot-2.2.0"
 RDEPEND="${DEPEND}"
 
-PATCHES=(
-	"${FILESDIR}/${PN}-11-2.1.patch"
-	)
-
 src_prepare() {
-	epatch ${PATCHES[@]}
 	eautoreconf
 }


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

end of thread, other threads:[~2013-06-05 12:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-07  8:38 [gentoo-commits] proj/betagarden:master commit in: mail-filter/dovecot-metadata/ Alexey Shvetsov
  -- strict thread matches above, loose matches on Subject: below --
2013-06-05 12:11 Alexey Shvetsov

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