summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2006-12-05 21:38:00 +0000
committerFabian Groffen <grobian@gentoo.org>2006-12-05 21:38:00 +0000
commit66889060b4e4ca05814b0d7c29c4e9070fa04ba3 (patch)
tree1ac755c6a8de54cca47ba00b4dd09bcf1e3b48e4 /gnustep-apps/gnumail
parentVersion bump, solves bug #145598, remove old (diff)
downloadgentoo-2-66889060b4e4ca05814b0d7c29c4e9070fa04ba3.tar.gz
gentoo-2-66889060b4e4ca05814b0d7c29c4e9070fa04ba3.tar.bz2
gentoo-2-66889060b4e4ca05814b0d7c29c4e9070fa04ba3.zip
Version bump, closes bug #149288
(Portage version: 2.1.1-r2)
Diffstat (limited to 'gnustep-apps/gnumail')
-rw-r--r--gnustep-apps/gnumail/ChangeLog8
-rw-r--r--gnustep-apps/gnumail/files/digest-gnumail-1.2.0.200506062
-rw-r--r--gnustep-apps/gnumail/files/digest-gnumail-1.2.0.200609253
-rw-r--r--gnustep-apps/gnumail/gnumail-1.2.0.20060925.ebuild83
4 files changed, 95 insertions, 1 deletions
diff --git a/gnustep-apps/gnumail/ChangeLog b/gnustep-apps/gnumail/ChangeLog
index ac278ad63a65..192bf5248ef3 100644
--- a/gnustep-apps/gnumail/ChangeLog
+++ b/gnustep-apps/gnumail/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for gnustep-apps/gnumail
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gnumail/ChangeLog,v 1.20 2006/03/25 18:46:55 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gnumail/ChangeLog,v 1.21 2006/12/05 21:38:00 grobian Exp $
+
+*gnumail-1.2.0.20060925 (05 Dec 2006)
+
+ 05 Dec 2006; Fabian Groffen <grobian@gentoo.org>
+ +gnumail-1.2.0.20060925.ebuild:
+ Version bump, closes bug #149288
*gnumail-1.2.0.20060424 (25 Mar 2006)
diff --git a/gnustep-apps/gnumail/files/digest-gnumail-1.2.0.20050606 b/gnustep-apps/gnumail/files/digest-gnumail-1.2.0.20050606
index 5e98a1f8d856..dc159b962f63 100644
--- a/gnustep-apps/gnumail/files/digest-gnumail-1.2.0.20050606
+++ b/gnustep-apps/gnumail/files/digest-gnumail-1.2.0.20050606
@@ -1 +1,3 @@
MD5 83c677443461ed5c5c702b3d2220522c GNUMail-1.2.0.20050606.tar.bz2 929091
+RMD160 dbc28a3a4108c060107b5a5a5e6874191a347367 GNUMail-1.2.0.20050606.tar.bz2 929091
+SHA256 a23b583b001a728ff6fcf289ac036867b1e1146579285cc3815efa246cfe6215 GNUMail-1.2.0.20050606.tar.bz2 929091
diff --git a/gnustep-apps/gnumail/files/digest-gnumail-1.2.0.20060925 b/gnustep-apps/gnumail/files/digest-gnumail-1.2.0.20060925
new file mode 100644
index 000000000000..3fe54b0eb379
--- /dev/null
+++ b/gnustep-apps/gnumail/files/digest-gnumail-1.2.0.20060925
@@ -0,0 +1,3 @@
+MD5 0f91fe0c32ef369ea843a2ab3909fb2b GNUMail-1.2.0pre2.tar.gz 1404519
+RMD160 ec9287d0346d12b8b52890cef7020b966ca0361a GNUMail-1.2.0pre2.tar.gz 1404519
+SHA256 8340eefa7d06b165b2a5c0554d38898430c825b101ad7a00fe9fa7770f1840a9 GNUMail-1.2.0pre2.tar.gz 1404519
diff --git a/gnustep-apps/gnumail/gnumail-1.2.0.20060925.ebuild b/gnustep-apps/gnumail/gnumail-1.2.0.20060925.ebuild
new file mode 100644
index 000000000000..a298168a556e
--- /dev/null
+++ b/gnustep-apps/gnumail/gnumail-1.2.0.20060925.ebuild
@@ -0,0 +1,83 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gnumail/gnumail-1.2.0.20060925.ebuild,v 1.1 2006/12/05 21:38:00 grobian Exp $
+
+inherit gnustep
+
+MY_PN=${PN/gnum/GNUM}
+MY_PV=${PV%.*}
+
+S=${WORKDIR}/${MY_PN}
+
+DESCRIPTION="A fully featured mail application for GNUstep"
+HOMEPAGE="http://www.collaboration-world.com/gnumail/"
+SRC_URI="http://www.collaboration-world.com/gnumail.data/releases/Stable/${MY_PN}-${MY_PV}pre2.tar.gz"
+
+KEYWORDS="~x86 ~ppc"
+LICENSE="GPL-2"
+SLOT="0"
+
+IUSE="crypt doc emoticon xface"
+DEPEND="${GS_DEPEND}
+ =gnustep-libs/pantomime-${PV}
+ gnustep-apps/addresses
+ virtual/libiconv"
+RDEPEND="${GS_RDEPEND}
+ crypt? ( app-crypt/gnupg )
+ =gnustep-libs/pantomime-${PV}
+ gnustep-apps/addresses"
+
+egnustep_install_domain "System"
+
+src_unpack() {
+ unpack ${A}
+
+ # FIX encoding
+ cd ${S}/Resources/Russian.lproj
+ iconv -futf-8 -tutf-16 Localizable.strings > Localizable.strings.utf-16
+ mv Localizable.strings.utf-16 Localizable.strings
+}
+
+
+src_compile() {
+ egnustep_env
+ egnustep_make
+
+ if use xface ; then
+ cd Bundles/Face
+ egnustep_make
+ cd ../..
+ fi
+
+ if use crypt ; then
+ cd Bundles/PGP
+ egnustep_make
+ cd ../..
+ fi
+
+ if use emoticon ; then
+ cd Bundles/Emoticon
+ egnustep_make
+ cd ../..
+ fi
+}
+
+src_install() {
+ egnustep_env
+ egnustep_install
+ if use doc ; then
+ egnustep_env
+ egnustep_doc || die
+ fi
+
+ use xface && cp -pPR ${S}/Bundles/Face/Face.bundle ${D}$(egnustep_install_domain)/Library/GNUMail/
+ use crypt && cp -pPR ${S}/Bundles/PGP/PGP.bundle ${D}$(egnustep_install_domain)/Library/GNUMail/
+ use emoticon && cp -pPR ${S}/Bundles/Emoticon/Emoticon.bundle ${D}$(egnustep_install_domain)/Library/GNUMail/
+
+ egnustep_package_config
+
+ dodoc ${S}/Documentation/*
+
+ # FIX ?
+ rm -rf ${D}$(egnustep_install_domain)/Applications/GNUMail.app/Resources/Resources
+}