diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-23 07:56:20 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-23 07:56:20 +0000 |
commit | 294ebc5c62afd3850246468c3c725729914df921 (patch) | |
tree | dd2c3505ec373e65111a87f0a4fdce052c12ebee /net-libs/libtlen | |
parent | Reverting to old kernel detection method for livecd. Integrating koutput. (diff) | |
download | historical-294ebc5c62afd3850246468c3c725729914df921.tar.gz historical-294ebc5c62afd3850246468c3c725729914df921.tar.bz2 historical-294ebc5c62afd3850246468c3c725729914df921.zip |
Don't assign default to S
Diffstat (limited to 'net-libs/libtlen')
-rw-r--r-- | net-libs/libtlen/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/libtlen/Manifest | 4 | ||||
-rw-r--r-- | net-libs/libtlen/libtlen-20031114.ebuild | 8 |
3 files changed, 10 insertions, 8 deletions
diff --git a/net-libs/libtlen/ChangeLog b/net-libs/libtlen/ChangeLog index 03666b040e51..466b42c68c07 100644 --- a/net-libs/libtlen/ChangeLog +++ b/net-libs/libtlen/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/libtlen # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libtlen/ChangeLog,v 1.2 2004/04/28 19:30:34 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtlen/ChangeLog,v 1.3 2004/06/23 07:56:20 mr_bones_ Exp $ + + 23 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> + libtlen-20031114.ebuild: + Don't assign default to S 28 Apr 2004; Michal Januszewski <spock@gentoo.org> libtlen-20031114.ebuild: Stable on x86. diff --git a/net-libs/libtlen/Manifest b/net-libs/libtlen/Manifest index de2e240c1303..bbb4b24c2656 100644 --- a/net-libs/libtlen/Manifest +++ b/net-libs/libtlen/Manifest @@ -1,4 +1,4 @@ -MD5 0972a4ff13c52948b5af8e75cb333f11 libtlen-20031114.ebuild 649 -MD5 12516114a552997fb018572c6fae37ce ChangeLog 844 +MD5 1ad9706167ea01ad8ada184a8b8985db ChangeLog 958 +MD5 8efb9f21b070e78b1335a806be39c44d libtlen-20031114.ebuild 633 MD5 0d17c7911a482bad7ce91a131328ca85 metadata.xml 332 MD5 b7d1de59611a7229eb27ad2180690817 files/digest-libtlen-20031114 68 diff --git a/net-libs/libtlen/libtlen-20031114.ebuild b/net-libs/libtlen/libtlen-20031114.ebuild index 999fb847a118..c0d9b19175dc 100644 --- a/net-libs/libtlen/libtlen-20031114.ebuild +++ b/net-libs/libtlen/libtlen-20031114.ebuild @@ -1,17 +1,15 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libtlen/libtlen-20031114.ebuild,v 1.4 2004/04/28 19:30:34 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtlen/libtlen-20031114.ebuild,v 1.5 2004/06/23 07:56:20 mr_bones_ Exp $ -IUSE="" - -S=${WORKDIR}/${P} DESCRIPTION="Support library for Tlen IMS" HOMEPAGE="http://libtlen.eu.org/" SRC_URI="http://libtlen.eu.org/snapshots/archive/${P}.tar.gz" +KEYWORDS="x86 ~ppc ~sparc ~alpha ~hppa ~mips ~amd64 ~ia64" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ~ppc ~sparc ~alpha ~hppa ~mips ~amd64 ~ia64" +IUSE="" DEPEND="virtual/glibc" |