summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2012-06-30 15:24:42 +0000
committerChristian Faulhammer <fauli@gentoo.org>2012-06-30 15:24:42 +0000
commit6c4520b6ce489a37363f0a264386684dc529ed57 (patch)
tree149c1c426b454164af0e6981aee99929d637367b /mail-client
parentVersion bump, mainly bug fixes (diff)
downloadgentoo-2-6c4520b6ce489a37363f0a264386684dc529ed57.tar.gz
gentoo-2-6c4520b6ce489a37363f0a264386684dc529ed57.tar.bz2
gentoo-2-6c4520b6ce489a37363f0a264386684dc529ed57.zip
version bump
(Portage version: 2.1.10.65/cvs/Linux i686)
Diffstat (limited to 'mail-client')
-rw-r--r--mail-client/claws-mail-address_keeper/ChangeLog8
-rw-r--r--mail-client/claws-mail-address_keeper/claws-mail-address_keeper-1.0.6.ebuild28
2 files changed, 35 insertions, 1 deletions
diff --git a/mail-client/claws-mail-address_keeper/ChangeLog b/mail-client/claws-mail-address_keeper/ChangeLog
index 0a268bdc1170..90dace8781a0 100644
--- a/mail-client/claws-mail-address_keeper/ChangeLog
+++ b/mail-client/claws-mail-address_keeper/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for mail-client/claws-mail-address_keeper
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-address_keeper/ChangeLog,v 1.20 2012/05/04 08:42:22 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-address_keeper/ChangeLog,v 1.21 2012/06/30 15:24:42 fauli Exp $
+
+*claws-mail-address_keeper-1.0.6 (30 Jun 2012)
+
+ 30 Jun 2012; Christian Faulhammer <fauli@gentoo.org>
+ +claws-mail-address_keeper-1.0.6.ebuild:
+ version bump
04 May 2012; Jeff Horelick <jdhore@gentoo.org>
claws-mail-address_keeper-1.0.5.ebuild:
diff --git a/mail-client/claws-mail-address_keeper/claws-mail-address_keeper-1.0.6.ebuild b/mail-client/claws-mail-address_keeper/claws-mail-address_keeper-1.0.6.ebuild
new file mode 100644
index 000000000000..05699e8e3117
--- /dev/null
+++ b/mail-client/claws-mail-address_keeper/claws-mail-address_keeper-1.0.6.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-address_keeper/claws-mail-address_keeper-1.0.6.ebuild,v 1.1 2012/06/30 15:24:42 fauli Exp $
+
+inherit eutils
+
+MY_P="${P#claws-mail-}"
+
+DESCRIPTION="Plugin for Claws to collect all recipients in an address book folder"
+HOMEPAGE="http://www.claws-mail.org/"
+SRC_URI="http://www.claws-mail.org/downloads/plugins/${MY_P}.tar.gz"
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RDEPEND=">=mail-client/claws-mail-3.8.1"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
+
+S="${WORKDIR}/${MY_P}"
+
+src_install() {
+ emake DESTDIR="${D}" install || die
+ dodoc AUTHORS ChangeLog README
+
+ # kill useless files
+ rm -f "${D}"/usr/lib*/claws-mail/plugins/*.{a,la}
+}