diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-02-16 07:03:24 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-02-16 07:03:24 +0000 |
commit | f29c0ff87bc644e7bc7a5b7a9f5d47bc9d6fd153 (patch) | |
tree | a4eaa89d8b4ffc24ed2b114149874b0514241e33 /net-irc/sic | |
parent | Fix HOMEPAGE. (diff) | |
download | gentoo-2-f29c0ff87bc644e7bc7a5b7a9f5d47bc9d6fd153.tar.gz gentoo-2-f29c0ff87bc644e7bc7a5b7a9f5d47bc9d6fd153.tar.bz2 gentoo-2-f29c0ff87bc644e7bc7a5b7a9f5d47bc9d6fd153.zip |
Fix HOMEPAGE.
(Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
Diffstat (limited to 'net-irc/sic')
-rw-r--r-- | net-irc/sic/ChangeLog | 7 | ||||
-rw-r--r-- | net-irc/sic/sic-1.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-irc/sic/ChangeLog b/net-irc/sic/ChangeLog index 8c4b7fc365c1..e5d920c48770 100644 --- a/net-irc/sic/ChangeLog +++ b/net-irc/sic/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/sic -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/sic/ChangeLog,v 1.5 2009/10/03 09:57:09 maekke Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/sic/ChangeLog,v 1.6 2012/02/16 07:03:24 jer Exp $ + + 16 Feb 2012; Jeroen Roovers <jer@gentoo.org> sic-1.0.ebuild: + Fix HOMEPAGE. 03 Oct 2009; Markus Meier <maekke@gentoo.org> sic-1.0.ebuild: amd64/x86 stable, bug #286872 diff --git a/net-irc/sic/sic-1.0.ebuild b/net-irc/sic/sic-1.0.ebuild index abba35dd43f5..7038404f5844 100644 --- a/net-irc/sic/sic-1.0.ebuild +++ b/net-irc/sic/sic-1.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2009 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/sic/sic-1.0.ebuild,v 1.2 2009/10/03 09:57:09 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/sic/sic-1.0.ebuild,v 1.3 2012/02/16 07:03:24 jer Exp $ inherit toolchain-funcs DESCRIPTION="An extremly simple IRC client" -HOMEPAGE="http://www.suckless.org/programs/sic.html" +HOMEPAGE="http://tools.suckless.org/sic" SRC_URI="http://code.suckless.org/dl/tools/${P}.tar.gz" LICENSE="MIT" |