diff options
author | Armando Di Cianno <fafhrd@gentoo.org> | 2004-09-28 17:54:55 +0000 |
---|---|---|
committer | Armando Di Cianno <fafhrd@gentoo.org> | 2004-09-28 17:54:55 +0000 |
commit | 46c090b002d20aac1c3ddec57364b15cb1fbfcb1 (patch) | |
tree | 016e9e7fef76bdd243097feb31f818846219d23e /gnustep-apps/gnumail | |
parent | Version bump. (diff) | |
download | gentoo-2-46c090b002d20aac1c3ddec57364b15cb1fbfcb1.tar.gz gentoo-2-46c090b002d20aac1c3ddec57364b15cb1fbfcb1.tar.bz2 gentoo-2-46c090b002d20aac1c3ddec57364b15cb1fbfcb1.zip |
Version bump; pre release date specd live cvs pull.
Diffstat (limited to 'gnustep-apps/gnumail')
-rw-r--r-- | gnustep-apps/gnumail/ChangeLog | 8 | ||||
-rw-r--r-- | gnustep-apps/gnumail/Manifest | 2 | ||||
-rw-r--r-- | gnustep-apps/gnumail/files/digest-gnumail-1.2.0_pre20040927 | 0 | ||||
-rw-r--r-- | gnustep-apps/gnumail/gnumail-1.2.0_pre20040927.ebuild | 71 |
4 files changed, 80 insertions, 1 deletions
diff --git a/gnustep-apps/gnumail/ChangeLog b/gnustep-apps/gnumail/ChangeLog index b4a60034ee5c..74896f292627 100644 --- a/gnustep-apps/gnumail/ChangeLog +++ b/gnustep-apps/gnumail/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for gnustep-apps/gnumail # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gnumail/ChangeLog,v 1.4 2004/09/24 01:05:58 fafhrd Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gnumail/ChangeLog,v 1.5 2004/09/28 17:51:40 fafhrd Exp $ + +*gnumail-1.2.0_pre20040927 (28 Sep 2004) + + 28 Sep 2004; Armando Di Cianno <fafhrd@gentoo.org> + +gnumail-1.2.0_pre20040927.ebuild: + Verison bump; pre-release is a date specd live cvs pull. *gnumail-1.2.0_pre20040907 (10 Sep 2004) diff --git a/gnustep-apps/gnumail/Manifest b/gnustep-apps/gnumail/Manifest index 6b13dfaaf0a0..fb378946bb59 100644 --- a/gnustep-apps/gnumail/Manifest +++ b/gnustep-apps/gnumail/Manifest @@ -1,6 +1,8 @@ MD5 0a2ab5d566e4a248451afca62862901f gnumail-1.2.0_pre20040916.ebuild 1400 MD5 f017bae9db7c408766832ae0ab99f298 gnumail-1.1.0.ebuild 1118 +MD5 5d6231711b49b30b827b517070da7e7c gnumail-1.2.0_pre20040927.ebuild 1643 MD5 09e75f6c8dcce550eb5e20b696ba765b ChangeLog 1890 MD5 fd2a74704d1454dc7972123fded408cb metadata.xml 620 MD5 a6afb5fd55515a881cc64e0b5f2667d9 files/digest-gnumail-1.1.0 66 MD5 f36a821d49eb1f2777e387ce18f224ba files/digest-gnumail-1.2.0_pre20040916 78 +MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-gnumail-1.2.0_pre20040927 0 diff --git a/gnustep-apps/gnumail/files/digest-gnumail-1.2.0_pre20040927 b/gnustep-apps/gnumail/files/digest-gnumail-1.2.0_pre20040927 new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/gnustep-apps/gnumail/files/digest-gnumail-1.2.0_pre20040927 diff --git a/gnustep-apps/gnumail/gnumail-1.2.0_pre20040927.ebuild b/gnustep-apps/gnumail/gnumail-1.2.0_pre20040927.ebuild new file mode 100644 index 000000000000..93813a7726b2 --- /dev/null +++ b/gnustep-apps/gnumail/gnumail-1.2.0_pre20040927.ebuild @@ -0,0 +1,71 @@ +# Copyright 1999-2004 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_pre20040927.ebuild,v 1.1 2004/09/28 17:51:40 fafhrd Exp $ + +ECVS_CVS_COMMAND="cvs -q" +ECVS_SERVER="Sophos.ca:/opt/cvsroot" +ECVS_USER="anoncvs" +ECVS_PASS="anoncvs" +ECVS_AUTH="pserver" +ECVS_MODULE="${PN/gnum/GNUM}" +ECVS_CO_OPTS="-D ${PV/*_pre}" +ECVS_UP_OPTS="-D ${PV/*_pre}" +ECVS_TOP_DIR="${DISTDIR}/cvs-src/Sophos.ca-collaborationworld" +inherit gnustep cvs + +S=${WORKDIR}/${ECVS_MODULE} + +DESCRIPTION="A fully featured mail application for GNUstep" +HOMEPAGE="http://www.collaboration-world.com/gnumail/" + +KEYWORDS="~x86" +LICENSE="GPL-2" +SLOT="0" + +IUSE="${IUSE} xface crypt emoticon" +DEPEND="${GS_DEPEND} + =gnustep-libs/pantomime-${PV} + gnustep-apps/addresses" +RDEPEND="${GS_RDEPEND} + crypt? app-crypt/gnupg + =gnustep-libs/pantomime-${PV} + gnustep-apps/addresses" + +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 -a ${S}/Bundles/Face/Face.bundle ${D}usr/GNUstep/System/Library/GNUMail/ + use crypt && cp -a ${S}/Bundles/PGP/PGP.bundle ${D}usr/GNUstep/System/Library/GNUMail/ + use emoticon && cp -a ${S}/Bundles/Emoticon/Emoticon.bundle ${D}usr/GNUstep/System/Library/GNUMail/ + + egnustep_package_config +} + |