diff options
author | Nick Hadaway <raker@gentoo.org> | 2003-07-15 08:09:24 +0000 |
---|---|---|
committer | Nick Hadaway <raker@gentoo.org> | 2003-07-15 08:09:24 +0000 |
commit | 4cdcbcf806cc0748a53b99c3a96e51475f7cc35f (patch) | |
tree | 961dc16fcec78cdbf7d11c8bb42a313bcf8a15fe /app-gnustep/gnumail | |
parent | simplified the ebuild (diff) | |
download | historical-4cdcbcf806cc0748a53b99c3a96e51475f7cc35f.tar.gz historical-4cdcbcf806cc0748a53b99c3a96e51475f7cc35f.tar.bz2 historical-4cdcbcf806cc0748a53b99c3a96e51475f7cc35f.zip |
first big gnustep package import.
Diffstat (limited to 'app-gnustep/gnumail')
-rw-r--r-- | app-gnustep/gnumail/ChangeLog | 8 | ||||
-rw-r--r-- | app-gnustep/gnumail/Manifest | 2 | ||||
-rw-r--r-- | app-gnustep/gnumail/files/digest-gnumail-1.1.0_pre2 | 1 | ||||
-rw-r--r-- | app-gnustep/gnumail/gnumail-1.1.0_pre2.ebuild | 20 |
4 files changed, 31 insertions, 0 deletions
diff --git a/app-gnustep/gnumail/ChangeLog b/app-gnustep/gnumail/ChangeLog new file mode 100644 index 000000000000..032b469795ae --- /dev/null +++ b/app-gnustep/gnumail/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for app-gnustep/gnumail +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-gnustep/gnumail/ChangeLog,v 1.1 2003/07/15 08:09:24 raker Exp $ + +*gnumail-1.1.0_pre2 (15 Jul 2003) + + 15 Jul 2003; Nick Hadaway <raker@gentoo.org> gnumail-1.1.0_pre2.ebuild: + New ebuild. diff --git a/app-gnustep/gnumail/Manifest b/app-gnustep/gnumail/Manifest new file mode 100644 index 000000000000..070b1892a2bc --- /dev/null +++ b/app-gnustep/gnumail/Manifest @@ -0,0 +1,2 @@ +MD5 7d8d512d0b1c5798374c150a621fd58f gnumail-1.1.0_pre2.ebuild 449 +MD5 9102b5426c1a0e7dc045d14ef6899cc8 files/digest-gnumail-1.1.0_pre2 69 diff --git a/app-gnustep/gnumail/files/digest-gnumail-1.1.0_pre2 b/app-gnustep/gnumail/files/digest-gnumail-1.1.0_pre2 new file mode 100644 index 000000000000..064ec866b366 --- /dev/null +++ b/app-gnustep/gnumail/files/digest-gnumail-1.1.0_pre2 @@ -0,0 +1 @@ +MD5 38845f51f857e43aa65eb01c9408484b GNUMail-1.1.0pre2.tar.gz 964556 diff --git a/app-gnustep/gnumail/gnumail-1.1.0_pre2.ebuild b/app-gnustep/gnumail/gnumail-1.1.0_pre2.ebuild new file mode 100644 index 000000000000..c0fa1d9dca87 --- /dev/null +++ b/app-gnustep/gnumail/gnumail-1.1.0_pre2.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-gnustep/gnumail/gnumail-1.1.0_pre2.ebuild,v 1.1 2003/07/15 08:09:24 raker Exp $ + +inherit gnustep + +newdepend dev-util/gnustep-gui +newdepend app-gnustep/pantomime + +S=${WORKDIR}/GNUMail +A=GNUMail-${PV/_/}.tar.gz + +DESCRIPTION="A fully featured mail application for GNUstep" +HOMEPAGE="http://www.collaboration-world.com/gnumail/" +LICENSE="GPL-2" +DEPEND="${DEPEND}" +RDEPEND="${RDEPEND} dev-util/gnustep-back" +SRC_URI="http://www.collaboration-world.com/gnumail.data/releases/Stable/GNUMail-${PV/_/}.tar.gz" +KEYWORDS="x86" +SLOT="0" |