diff options
author | Ulrich Müller <ulm@gentoo.org> | 2013-03-30 14:43:52 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2013-03-30 14:43:52 +0000 |
commit | 11e89194855c6c22a5c5f17ab6e1d694d9299122 (patch) | |
tree | 6d933c5394448434bab0f564a0d33ad8ad07c9ef /net-irc | |
parent | Stable for alpha, wrt bug #457282 (diff) | |
download | gentoo-2-11e89194855c6c22a5c5f17ab6e1d694d9299122.tar.gz gentoo-2-11e89194855c6c22a5c5f17ab6e1d694d9299122.tar.bz2 gentoo-2-11e89194855c6c22a5c5f17ab6e1d694d9299122.zip |
Fix LICENSE, BSD according to COPYRIGHT file.
(Portage version: 2.1.11.59/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/tirc/ChangeLog | 7 | ||||
-rw-r--r-- | net-irc/tirc/tirc-0.54_alpha.ebuild | 7 |
2 files changed, 9 insertions, 5 deletions
diff --git a/net-irc/tirc/ChangeLog b/net-irc/tirc/ChangeLog index e0cf85388b27..51b0cd6234c9 100644 --- a/net-irc/tirc/ChangeLog +++ b/net-irc/tirc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/tirc -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/tirc/ChangeLog,v 1.5 2011/05/16 16:38:38 binki Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/tirc/ChangeLog,v 1.6 2013/03/30 14:43:52 ulm Exp $ + + 30 Mar 2013; Ulrich Müller <ulm@gentoo.org> tirc-0.54_alpha.ebuild: + Fix LICENSE, BSD according to COPYRIGHT file. 16 May 2011; Nathan Phillip Brink <binki@gentoo.org> tirc-1.2.ebuild: Fix bug #367505. Bump to EAPI=4, add ~amd64 keyword, and fix spelling diff --git a/net-irc/tirc/tirc-0.54_alpha.ebuild b/net-irc/tirc/tirc-0.54_alpha.ebuild index aad410818884..10a6f63249ff 100644 --- a/net-irc/tirc/tirc-0.54_alpha.ebuild +++ b/net-irc/tirc/tirc-0.54_alpha.ebuild @@ -1,13 +1,14 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/tirc/tirc-0.54_alpha.ebuild,v 1.2 2004/07/17 19:06:45 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/tirc/tirc-0.54_alpha.ebuild,v 1.3 2013/03/30 14:43:52 ulm Exp $ MY_P=${P/_alpha/a}-patched DESCRIPTION="Token's IRC client" HOMEPAGE="http://home.mayn.de/jean-luc/alt/tirc/" SRC_URI="http://home.mayn.de/jean-luc/alt/tirc/${MY_P}.tar.gz" -LICENSE="as-is" + +LICENSE="BSD" SLOT="0" KEYWORDS="~x86 ~ppc" IUSE="debug" |