diff options
Diffstat (limited to 'gnustep-apps')
-rw-r--r-- | gnustep-apps/gnumail/ChangeLog | 8 | ||||
-rw-r--r-- | gnustep-apps/gnumail/gnumail-1.2.0_pre20040916.ebuild | 8 | ||||
-rw-r--r-- | gnustep-apps/gnumail/gnumail-1.2.0_pre20040927.ebuild | 8 |
3 files changed, 15 insertions, 9 deletions
diff --git a/gnustep-apps/gnumail/ChangeLog b/gnustep-apps/gnumail/ChangeLog index 74896f292627..d62064fcb78b 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.5 2004/09/28 17:51:40 fafhrd Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gnumail/ChangeLog,v 1.6 2004/10/04 01:18:00 fafhrd Exp $ + +*gnumail-1.2.0_pre20040916 (03 Oct 2004) + + 03 Oct 2004; Armando Di Cianno <fafhrd@gentoo.org> + gnumail-1.2.0_pre20040916.ebuild, gnumail-1.2.0_pre20040927.ebuild: + Updated to use GENTOO_GNUSTEP_ROOT variable from gnustep.eclass *gnumail-1.2.0_pre20040927 (28 Sep 2004) diff --git a/gnustep-apps/gnumail/gnumail-1.2.0_pre20040916.ebuild b/gnustep-apps/gnumail/gnumail-1.2.0_pre20040916.ebuild index 3e0ca65326f5..9ba43eeb6176 100644 --- a/gnustep-apps/gnumail/gnumail-1.2.0_pre20040916.ebuild +++ b/gnustep-apps/gnumail/gnumail-1.2.0_pre20040916.ebuild @@ -1,6 +1,6 @@ # 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_pre20040916.ebuild,v 1.1 2004/09/24 01:05:58 fafhrd Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gnumail/gnumail-1.2.0_pre20040916.ebuild,v 1.2 2004/10/04 01:18:00 fafhrd Exp $ inherit gnustep @@ -53,9 +53,9 @@ src_install() { 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/ + use xface && cp -a ${S}/Bundles/Face/Face.bundle ${D}${GENTOO_GNUSTEP_ROOT}/System/Library/GNUMail/ + use crypt && cp -a ${S}/Bundles/PGP/PGP.bundle ${D}${GENTOO_GNUSTEP_ROOT}/System/Library/GNUMail/ + use emoticon && cp -a ${S}/Bundles/Emoticon/Emoticon.bundle ${D}${GENTOO_GNUSTEP_ROOT}/System/Library/GNUMail/ egnustep_package_config } diff --git a/gnustep-apps/gnumail/gnumail-1.2.0_pre20040927.ebuild b/gnustep-apps/gnumail/gnumail-1.2.0_pre20040927.ebuild index 93813a7726b2..861f19339e81 100644 --- a/gnustep-apps/gnumail/gnumail-1.2.0_pre20040927.ebuild +++ b/gnustep-apps/gnumail/gnumail-1.2.0_pre20040927.ebuild @@ -1,6 +1,6 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gnumail/gnumail-1.2.0_pre20040927.ebuild,v 1.2 2004/10/04 01:18:00 fafhrd Exp $ ECVS_CVS_COMMAND="cvs -q" ECVS_SERVER="Sophos.ca:/opt/cvsroot" @@ -62,9 +62,9 @@ src_install() { 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/ + use xface && cp -a ${S}/Bundles/Face/Face.bundle ${D}${GENTOO_GNUSTEP_ROOT}/System/Library/GNUMail/ + use crypt && cp -a ${S}/Bundles/PGP/PGP.bundle ${D}${GENTOO_GNUSTEP_ROOT}/System/Library/GNUMail/ + use emoticon && cp -a ${S}/Bundles/Emoticon/Emoticon.bundle ${D}${GENTOO_GNUSTEP_ROOT}/System/Library/GNUMail/ egnustep_package_config } |