summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-01-09 11:45:31 +0000
committerSven Wegener <swegener@gentoo.org>2005-01-09 11:45:31 +0000
commitf83220522cd59f4beee0456b75fc704fbd47e4da (patch)
treebe5d1b9ce7fc4be5d2bf0afce05bd52f34f0de4d /sci-libs/libticalcs
parentadded use_enable jack call to econf, fixes #67371. (Manifest recommit) (diff)
downloadgentoo-2-f83220522cd59f4beee0456b75fc704fbd47e4da.tar.gz
gentoo-2-f83220522cd59f4beee0456b75fc704fbd47e4da.tar.bz2
gentoo-2-f83220522cd59f4beee0456b75fc704fbd47e4da.zip
Added missing parentheses in SRC_URI/*DEPEND/LICENSE.
Diffstat (limited to 'sci-libs/libticalcs')
-rw-r--r--sci-libs/libticalcs/.#Manifest.1.184
-rw-r--r--sci-libs/libticalcs/ChangeLog7
-rw-r--r--sci-libs/libticalcs/libticalcs-4.5.5.ebuild6
3 files changed, 8 insertions, 9 deletions
diff --git a/sci-libs/libticalcs/.#Manifest.1.18 b/sci-libs/libticalcs/.#Manifest.1.18
deleted file mode 100644
index 496ac17d0ced..000000000000
--- a/sci-libs/libticalcs/.#Manifest.1.18
+++ /dev/null
@@ -1,4 +0,0 @@
-MD5 84100b1f38e4a76172749d9882b88893 ChangeLog 1991
-MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156
-MD5 745b51b0b98d38dcc463460cad553cb6 libticalcs-4.5.5.ebuild 888
-MD5 51b29a3c1267b7beb34a4e88a7ddddc7 files/digest-libticalcs-4.5.5 68
diff --git a/sci-libs/libticalcs/ChangeLog b/sci-libs/libticalcs/ChangeLog
index 03f6cc3301d0..5b8d44a0a052 100644
--- a/sci-libs/libticalcs/ChangeLog
+++ b/sci-libs/libticalcs/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/libticalcs
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libticalcs/ChangeLog,v 1.2 2004/12/29 00:22:10 swegener Exp $
+# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libticalcs/ChangeLog,v 1.3 2005/01/09 11:42:58 swegener Exp $
+
+ 09 Jan 2005; Sven Wegener <swegener@gentoo.org> libticalcs-4.5.5.ebuild:
+ Added missing parentheses in SRC_URI/*DEPEND/LICENSE.
*libticalcs-4.5.5 (28 Dec 2004)
diff --git a/sci-libs/libticalcs/libticalcs-4.5.5.ebuild b/sci-libs/libticalcs/libticalcs-4.5.5.ebuild
index 1bae2db63e0b..38e2263e067c 100644
--- a/sci-libs/libticalcs/libticalcs-4.5.5.ebuild
+++ b/sci-libs/libticalcs/libticalcs-4.5.5.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-libs/libticalcs/libticalcs-4.5.5.ebuild,v 1.1 2004/12/28 21:41:41 ribosome Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libticalcs/libticalcs-4.5.5.ebuild,v 1.2 2005/01/09 11:42:58 swegener Exp $
DESCRIPTION="Calculator API for the TiLP calculator linking program"
HOMEPAGE="http://tilp.info/"
@@ -14,7 +14,7 @@ IUSE="nls"
RDEPEND=">=sci-libs/libticables-3.6.1
>=sci-libs/libtifiles-0.6.1
virtual/libc
- nls? sys-devel/gettext"
+ nls? ( sys-devel/gettext )"
DEPEND="${RDEPEND}
sys-devel/bison"