diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-01-09 11:40:22 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-01-09 11:40:22 +0000 |
commit | ff142ad5efddcbc7718f62a8b0a7a112cf15170c (patch) | |
tree | b0e0c2614c7caddedb7260ebd1ed340762fb293b /sci-calculators/tilp | |
parent | added ppc64 patch (diff) | |
download | historical-ff142ad5efddcbc7718f62a8b0a7a112cf15170c.tar.gz historical-ff142ad5efddcbc7718f62a8b0a7a112cf15170c.tar.bz2 historical-ff142ad5efddcbc7718f62a8b0a7a112cf15170c.zip |
Added missing parentheses in SRC_URI/*DEPEND/LICENSE.
Diffstat (limited to 'sci-calculators/tilp')
-rw-r--r-- | sci-calculators/tilp/ChangeLog | 7 | ||||
-rw-r--r-- | sci-calculators/tilp/Manifest | 14 | ||||
-rw-r--r-- | sci-calculators/tilp/tilp-6.76.ebuild | 6 |
3 files changed, 20 insertions, 7 deletions
diff --git a/sci-calculators/tilp/ChangeLog b/sci-calculators/tilp/ChangeLog index d1de36b538c5..d0f77e550923 100644 --- a/sci-calculators/tilp/ChangeLog +++ b/sci-calculators/tilp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-calculators/tilp -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/tilp/ChangeLog,v 1.5 2004/12/28 21:42:07 ribosome Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/tilp/ChangeLog,v 1.6 2005/01/09 11:40:22 swegener Exp $ + + 09 Jan 2005; Sven Wegener <swegener@gentoo.org> tilp-6.76.ebuild: + Added missing parentheses in SRC_URI/*DEPEND/LICENSE. 28 Dec 2004; Olivier Fisette <ribosome@gentoo.org> tilp-6.76.ebuild: Dependency update: dev-libs/libticalcs -> sci-libs/libticalcs. diff --git a/sci-calculators/tilp/Manifest b/sci-calculators/tilp/Manifest index d93079961269..0c3ba73a8c9c 100644 --- a/sci-calculators/tilp/Manifest +++ b/sci-calculators/tilp/Manifest @@ -1,7 +1,17 @@ -MD5 cb218ace01fd45ef38d59163e38c4139 tilp-6.76.ebuild 1409 -MD5 12d899b5c94aea2c2cd01c37f32ef770 ChangeLog 3219 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 81798b869afd00ddbbc8fd60ff7f4133 tilp-6.76.ebuild 1413 +MD5 6b2a6103eff5acd2861c0be940138cd7 ChangeLog 3344 MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 MD5 19f22f6cd7f216bca36431149033c082 files/6.76-makefile.patch 2495 MD5 06d7047c0e38a61469e836701cd8e0e4 files/keepdir.patch 384 MD5 bc48a68d03eb437fcd76f7bd8993fac8 files/6.76-makefile-desktop.patch 706 MD5 708836f6ae250add32825e8e7595d9b1 files/digest-tilp-6.76 62 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.9.10 (GNU/Linux) + +iD8DBQFB4RgsI1lqEGTUzyQRAgsLAJwOU4IfL8u92e0GobpMmqqsaN/2eACgg8Xx +LSP3xhX1rXsehiekoZgLmis= +=5vnD +-----END PGP SIGNATURE----- diff --git a/sci-calculators/tilp/tilp-6.76.ebuild b/sci-calculators/tilp/tilp-6.76.ebuild index 6412f761038c..c72ee85ccf52 100644 --- a/sci-calculators/tilp/tilp-6.76.ebuild +++ b/sci-calculators/tilp/tilp-6.76.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/tilp/tilp-6.76.ebuild,v 1.4 2004/12/28 21:42:07 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/tilp/tilp-6.76.ebuild,v 1.5 2005/01/09 11:40:22 swegener Exp $ inherit eutils @@ -20,7 +20,7 @@ DEPEND=">=sci-libs/libticables-3.8.6 app-text/dos2unix >=x11-libs/gtk+-2 >=gnome-base/libglade-2 - nls? sys-devel/gettext" + nls? ( sys-devel/gettext )" src_unpack() { unpack ${A} |