diff options
author | 2003-07-15 08:09:24 +0000 | |
---|---|---|
committer | 2003-07-15 08:09:24 +0000 | |
commit | 4cdcbcf806cc0748a53b99c3a96e51475f7cc35f (patch) | |
tree | 961dc16fcec78cdbf7d11c8bb42a313bcf8a15fe /app-gnustep/pantomime | |
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/pantomime')
-rw-r--r-- | app-gnustep/pantomime/ChangeLog | 8 | ||||
-rw-r--r-- | app-gnustep/pantomime/Manifest | 2 | ||||
-rw-r--r-- | app-gnustep/pantomime/files/digest-pantomime-1.1.0_pre2 | 1 | ||||
-rw-r--r-- | app-gnustep/pantomime/pantomime-1.1.0_pre2.ebuild | 13 |
4 files changed, 24 insertions, 0 deletions
diff --git a/app-gnustep/pantomime/ChangeLog b/app-gnustep/pantomime/ChangeLog new file mode 100644 index 000000000000..18318b47facf --- /dev/null +++ b/app-gnustep/pantomime/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for app-gnustep/pantomime +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-gnustep/pantomime/ChangeLog,v 1.1 2003/07/15 08:09:24 raker Exp $ + +*pantomime-1.1.0_pre2 (15 Jul 2003) + + 15 Jul 2003; Nick Hadaway <raker@gentoo.org> pantomime-1.1.0_pre2.ebuild: + New ebuild. diff --git a/app-gnustep/pantomime/Manifest b/app-gnustep/pantomime/Manifest new file mode 100644 index 000000000000..bf0b82f3843b --- /dev/null +++ b/app-gnustep/pantomime/Manifest @@ -0,0 +1,2 @@ +MD5 3093c5247c4a01ccad76bb7be0b6105d pantomime-1.1.0_pre2.ebuild 318 +MD5 29c520038205a746e1f9e00360489b19 files/digest-pantomime-1.1.0_pre2 71 diff --git a/app-gnustep/pantomime/files/digest-pantomime-1.1.0_pre2 b/app-gnustep/pantomime/files/digest-pantomime-1.1.0_pre2 new file mode 100644 index 000000000000..18792e578639 --- /dev/null +++ b/app-gnustep/pantomime/files/digest-pantomime-1.1.0_pre2 @@ -0,0 +1 @@ +MD5 e972a1c433a3cc4321f0dbe7ea9c6b6e Pantomime-1.1.0pre2.tar.gz 391644 diff --git a/app-gnustep/pantomime/pantomime-1.1.0_pre2.ebuild b/app-gnustep/pantomime/pantomime-1.1.0_pre2.ebuild new file mode 100644 index 000000000000..f583deda0384 --- /dev/null +++ b/app-gnustep/pantomime/pantomime-1.1.0_pre2.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-gnustep/pantomime/pantomime-1.1.0_pre2.ebuild,v 1.1 2003/07/15 08:09:24 raker Exp $ + +inherit gnustep + +DESCRIPTION="A set of Objective-C classes that model a mail system" +HOMEPAGE="http://www.collaboration-world.com/pantomime/" +LICENSE="LGPL" +SRC_URI="http://www.collaboration-world.com/pantomime.data/releases/Stable/${PN/p/P}-${PV/_/}.tar.gz" +KEYWORDS="x86" +SLOT="0" +S=${WORKDIR}/${PN/p/P} |