diff options
author | Panagiotis Christopoulos <pchrist@gentoo.org> | 2008-09-06 11:33:17 +0000 |
---|---|---|
committer | Panagiotis Christopoulos <pchrist@gentoo.org> | 2008-09-06 11:33:17 +0000 |
commit | 1646222798d611c7a9129e06831329c92dc811e1 (patch) | |
tree | e9d525659af4d002c97a870bfc1c834aca4e427f /dev-lang/open-cobol | |
parent | Version bump and removed old ebuilds (fixes bug #232323). According to the we... (diff) | |
download | gentoo-2-1646222798d611c7a9129e06831329c92dc811e1.tar.gz gentoo-2-1646222798d611c7a9129e06831329c92dc811e1.tar.bz2 gentoo-2-1646222798d611c7a9129e06831329c92dc811e1.zip |
Fix broken HOMEPAGE
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo i686)
Diffstat (limited to 'dev-lang/open-cobol')
-rw-r--r-- | dev-lang/open-cobol/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/open-cobol/open-cobol-1.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-lang/open-cobol/ChangeLog b/dev-lang/open-cobol/ChangeLog index f0860a5f5b86..3563110a46e6 100644 --- a/dev-lang/open-cobol/ChangeLog +++ b/dev-lang/open-cobol/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/open-cobol # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/open-cobol/ChangeLog,v 1.12 2008/03/17 16:12:20 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/open-cobol/ChangeLog,v 1.13 2008/09/06 11:33:17 pchrist Exp $ + + 06 Sep 2008; Panagiotis Christopoulos <pchrist@gentoo.org> + open-cobol-1.0.ebuild: + Fix broken HOMEPAGE *open-cobol-1.0 (17 Mar 2008) diff --git a/dev-lang/open-cobol/open-cobol-1.0.ebuild b/dev-lang/open-cobol/open-cobol-1.0.ebuild index dafcee159402..423a424de151 100644 --- a/dev-lang/open-cobol/open-cobol-1.0.ebuild +++ b/dev-lang/open-cobol/open-cobol-1.0.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/open-cobol/open-cobol-1.0.ebuild,v 1.2 2008/05/12 07:45:19 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/open-cobol/open-cobol-1.0.ebuild,v 1.3 2008/09/06 11:33:17 pchrist Exp $ inherit eutils DESCRIPTION="an open-source COBOL compiler" -HOMEPAGE="http://www.open-cobol.org/" +HOMEPAGE="http://www.opencobol.org/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2 LGPL-2.1" |