diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2000-08-16 04:38:34 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2000-08-16 04:38:34 +0000 |
commit | 5208fbf4b8428c0f3146f48f046f42c27ece0cd1 (patch) | |
tree | fd0263a0ab995ced009dbd237d7a0710fdea1c71 /sys-devel/libtool | |
parent | removed all "CATEGORY" entries in ebuild. They shouldn't be needed anymore. (diff) | |
download | historical-5208fbf4b8428c0f3146f48f046f42c27ece0cd1.tar.gz historical-5208fbf4b8428c0f3146f48f046f42c27ece0cd1.tar.bz2 historical-5208fbf4b8428c0f3146f48f046f42c27ece0cd1.zip |
removed all "CATEGORY" entries in ebuild. They shouldn't be needed anymore.
Diffstat (limited to 'sys-devel/libtool')
-rw-r--r-- | sys-devel/libtool/libtool-1.3.5-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-devel/libtool/libtool-1.3.5-r1.ebuild b/sys-devel/libtool/libtool-1.3.5-r1.ebuild index bb90dff59081..3241fd4bcb8b 100644 --- a/sys-devel/libtool/libtool-1.3.5-r1.ebuild +++ b/sys-devel/libtool/libtool-1.3.5-r1.ebuild @@ -1,13 +1,12 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-1.3.5-r1.ebuild,v 1.1 2000/08/03 14:16:17 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-1.3.5-r1.ebuild,v 1.2 2000/08/16 04:38:33 drobbins Exp $ P=libtool-1.3.5 A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="A shared library tool for developers" -CATEGORY="sys-devel" SRC_URI="ftp://prep.ai.mit.edu/gnu/libtool/${A}" HOMEPAGE="http://www.gnu.org/software/libtool/libtool.html" |