diff options
author | Armando Di Cianno <fafhrd@gentoo.org> | 2005-03-17 21:10:16 +0000 |
---|---|---|
committer | Armando Di Cianno <fafhrd@gentoo.org> | 2005-03-17 21:10:16 +0000 |
commit | a72ea1ff617591d2fa5bcdff79c7085f596ef136 (patch) | |
tree | e19617b39239196add8bc07251b7d7603e5c4bd3 /gnustep-apps/easydiff | |
parent | Better handling of the either/or dep (diff) | |
download | historical-a72ea1ff617591d2fa5bcdff79c7085f596ef136.tar.gz historical-a72ea1ff617591d2fa5bcdff79c7085f596ef136.tar.bz2 historical-a72ea1ff617591d2fa5bcdff79c7085f596ef136.zip |
ebuild updates for GNUstep base, libs, and apps across the board; proper versions (to be stabilized, in due time) added where apropos, cvs-pull versions updated where needed
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'gnustep-apps/easydiff')
-rw-r--r-- | gnustep-apps/easydiff/ChangeLog | 10 | ||||
-rw-r--r-- | gnustep-apps/easydiff/Manifest | 6 | ||||
-rw-r--r-- | gnustep-apps/easydiff/easydiff-0.3.1_pre20050312.ebuild | 30 | ||||
-rw-r--r-- | gnustep-apps/easydiff/files/digest-easydiff-0.3.1_pre20050312 | 0 |
4 files changed, 43 insertions, 3 deletions
diff --git a/gnustep-apps/easydiff/ChangeLog b/gnustep-apps/easydiff/ChangeLog index c103ac7f8413..82d77767c5d9 100644 --- a/gnustep-apps/easydiff/ChangeLog +++ b/gnustep-apps/easydiff/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for gnustep-apps/easydiff # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/easydiff/ChangeLog,v 1.9 2005/01/10 16:27:21 fafhrd Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/easydiff/ChangeLog,v 1.10 2005/03/17 21:00:52 fafhrd Exp $ + +*easydiff-0.3.1_pre20050312 (17 Mar 2005) + + 17 Mar 2005; Armando Di Cianno <fafhrd@gentoo.org> + +easydiff-0.3.1_pre20050312.ebuild: + ebuild updates for GNUstep base, libs, and apps across the board; proper + versions (to be stabilized, in due time) added where apropos, cvs-pull + versions updated where needed *easydiff-0.3.1_pre20050106 (10 Jan 2005) diff --git a/gnustep-apps/easydiff/Manifest b/gnustep-apps/easydiff/Manifest index 2f9ffd871573..9e2450e54c9a 100644 --- a/gnustep-apps/easydiff/Manifest +++ b/gnustep-apps/easydiff/Manifest @@ -1,6 +1,8 @@ -MD5 c2a2d1a25f8756fa74fbfd3c09b580a4 easydiff-0.3.1_pre20050106.ebuild 863 -MD5 3192a5a1fb699fd331771faf0e04442f easydiff-0.3.1_pre20041203.ebuild 863 MD5 d65d358b67d151b7ee9c291f061c88e3 ChangeLog 2534 +MD5 3192a5a1fb699fd331771faf0e04442f easydiff-0.3.1_pre20041203.ebuild 863 +MD5 c2a2d1a25f8756fa74fbfd3c09b580a4 easydiff-0.3.1_pre20050106.ebuild 863 MD5 e2bbe71216a3d5a6ee303cbd462acddf metadata.xml 267 +MD5 e73ffb1cc6a906370deb1d0036399bdf easydiff-0.3.1_pre20050312.ebuild 760 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-easydiff-0.3.1_pre20041203 0 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-easydiff-0.3.1_pre20050106 0 +MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-easydiff-0.3.1_pre20050312 0 diff --git a/gnustep-apps/easydiff/easydiff-0.3.1_pre20050312.ebuild b/gnustep-apps/easydiff/easydiff-0.3.1_pre20050312.ebuild new file mode 100644 index 000000000000..1a088324db7a --- /dev/null +++ b/gnustep-apps/easydiff/easydiff-0.3.1_pre20050312.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/easydiff/easydiff-0.3.1_pre20050312.ebuild,v 1.1 2005/03/17 21:00:52 fafhrd Exp $ + +ECVS_CVS_COMMAND="cvs -q" +ECVS_SERVER="savannah.gnu.org:/cvsroot/gnustep" +ECVS_USER="anoncvs" +ECVS_AUTH="ext" +ECVS_MODULE="gnustep/dev-apps/${PN/easyd/EasyD}" +ECVS_CO_OPTS="-P -D ${PV/*_pre}" +ECVS_UP_OPTS="-dP -D ${PV/*_pre}" +ECVS_TOP_DIR="${DISTDIR}/cvs-src/savannah.gnu.org-gnustep" +inherit gnustep cvs + +S=${WORKDIR}/${ECVS_MODULE} + +DESCRIPTION="GNUstep app that lets you easily see the differences between two text files." +HOMEPAGE="http://www.collaboration-world.com/easydiff/" + +KEYWORDS="~x86 ~ppc" +LICENSE="GPL-2" +SLOT="0" + +IUSE="${IUSE}" +DEPEND="${GS_DEPEND}" +RDEPEND="${GS_RDEPEND} + dev-util/cvs" + +egnustep_install_domain "Local" + diff --git a/gnustep-apps/easydiff/files/digest-easydiff-0.3.1_pre20050312 b/gnustep-apps/easydiff/files/digest-easydiff-0.3.1_pre20050312 new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/gnustep-apps/easydiff/files/digest-easydiff-0.3.1_pre20050312 |