diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-03-27 16:39:17 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-03-27 16:39:17 +0000 |
commit | 413c48c452ff049f365dbdc688c8fa5f117657ff (patch) | |
tree | ecbff10eec21354f22caa30afc8071ef13d2e900 /dev-lisp/cl-blowfish | |
parent | Added ~ppc; bug #214957 (diff) | |
download | historical-413c48c452ff049f365dbdc688c8fa5f117657ff.tar.gz historical-413c48c452ff049f365dbdc688c8fa5f117657ff.tar.bz2 historical-413c48c452ff049f365dbdc688c8fa5f117657ff.zip |
Fix debian HOMEPAGE
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'dev-lisp/cl-blowfish')
-rw-r--r-- | dev-lisp/cl-blowfish/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lisp/cl-blowfish/cl-blowfish-0.6.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-lisp/cl-blowfish/ChangeLog b/dev-lisp/cl-blowfish/ChangeLog index 18c050396b6c..c2942ff90608 100644 --- a/dev-lisp/cl-blowfish/ChangeLog +++ b/dev-lisp/cl-blowfish/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/cl-blowfish -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-blowfish/ChangeLog,v 1.10 2007/02/03 17:33:37 flameeyes Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-blowfish/ChangeLog,v 1.11 2008/03/27 16:34:30 armin76 Exp $ + + 27 Mar 2008; Raúl Porcel <armin76@gentoo.org> cl-blowfish-0.6.ebuild: + Fix debian HOMEPAGE 03 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> cl-blowfish-0.6.ebuild: Use mirror://debian/ where applicable, or use mirror://gentoo/ if the file diff --git a/dev-lisp/cl-blowfish/cl-blowfish-0.6.ebuild b/dev-lisp/cl-blowfish/cl-blowfish-0.6.ebuild index 0640c2401550..955d14ea3af0 100644 --- a/dev-lisp/cl-blowfish/cl-blowfish-0.6.ebuild +++ b/dev-lisp/cl-blowfish/cl-blowfish-0.6.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-blowfish/cl-blowfish-0.6.ebuild,v 1.9 2007/07/15 02:50:08 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-blowfish/cl-blowfish-0.6.ebuild,v 1.10 2008/03/27 16:34:30 armin76 Exp $ inherit common-lisp eutils DEB_PV=1 DESCRIPTION="Common Lisp implementation of the Blowfish encryption algorithm." -HOMEPAGE="http://packages.debian.org/unstable/devel/cl-blowfish.html http://members.optusnet.com.au/apicard/" +HOMEPAGE="http://packages.debian.org/unstable/devel/cl-blowfish http://members.optusnet.com.au/apicard/" SRC_URI="mirror://gentoo/cl-blowfish_${PV}.orig.tar.gz mirror://gentoo/cl-blowfish_${PV}-${DEB_PV}.diff.gz" |