diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-12-23 20:14:51 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-12-23 20:14:51 +0000 |
commit | 36e4cd47df3e29764668654a02e0a16db8230136 (patch) | |
tree | 58cc6ac37258d27d778ad3b33e5ab46b5de0415a /net-irc/epic5/epic5-0.3.5.ebuild | |
parent | Switch to EAPI=5 (diff) | |
download | historical-36e4cd47df3e29764668654a02e0a16db8230136.tar.gz historical-36e4cd47df3e29764668654a02e0a16db8230136.tar.bz2 historical-36e4cd47df3e29764668654a02e0a16db8230136.zip |
Fix LICENSE, see COPYRIGHT file, bug 446708.
Package-Manager: portage-2.1.11.38/cvs/Linux x86_64
Manifest-Sign-Key: 0xE7BE08CA7DC6EA25
Diffstat (limited to 'net-irc/epic5/epic5-0.3.5.ebuild')
-rw-r--r-- | net-irc/epic5/epic5-0.3.5.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-irc/epic5/epic5-0.3.5.ebuild b/net-irc/epic5/epic5-0.3.5.ebuild index ab9b19e3bed7..8eae2a5b7975 100644 --- a/net-irc/epic5/epic5-0.3.5.ebuild +++ b/net-irc/epic5/epic5-0.3.5.ebuild @@ -1,14 +1,15 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/epic5/epic5-0.3.5.ebuild,v 1.3 2007/11/14 04:11:38 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/epic5/epic5-0.3.5.ebuild,v 1.4 2012/12/23 20:14:47 ulm Exp $ inherit eutils toolchain-funcs DESCRIPTION="Epic5 IRC Client" SRC_URI="ftp://ftp.epicsol.org/pub/epic/EPIC5-ALPHA/${P}.tar.bz2" HOMEPAGE="http://epicsol.org/" + +LICENSE="BSD" SLOT="0" -LICENSE="as-is" KEYWORDS="amd64 ~ppc x86" IUSE="ipv6 perl ssl tcl socks5" |