diff options
author | Andrej Kacian <ticho@gentoo.org> | 2004-09-04 08:30:55 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2004-09-04 08:30:55 +0000 |
commit | 8cb5302c9c34db5cb63aa80def61d8385dfd022a (patch) | |
tree | 182c5a75a241a19f165bea2c16fd8e5ab2cd4120 /net-mail/lbdb | |
parent | Fixed issue with detecting if python is compiled with threads. Added descript... (diff) | |
download | historical-8cb5302c9c34db5cb63aa80def61d8385dfd022a.tar.gz historical-8cb5302c9c34db5cb63aa80def61d8385dfd022a.tar.bz2 historical-8cb5302c9c34db5cb63aa80def61d8385dfd022a.zip |
Corrected HOMEPAGE for lbdb-0.26-r1.ebuild. Closes #49781.
Diffstat (limited to 'net-mail/lbdb')
-rw-r--r-- | net-mail/lbdb/ChangeLog | 6 | ||||
-rw-r--r-- | net-mail/lbdb/Manifest | 14 | ||||
-rw-r--r-- | net-mail/lbdb/lbdb-0.26-r1.ebuild | 4 |
3 files changed, 19 insertions, 5 deletions
diff --git a/net-mail/lbdb/ChangeLog b/net-mail/lbdb/ChangeLog index c41f563ac775..106852a48c6a 100644 --- a/net-mail/lbdb/ChangeLog +++ b/net-mail/lbdb/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-mail/lbdb # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/lbdb/ChangeLog,v 1.10 2004/06/24 23:23:38 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/lbdb/ChangeLog,v 1.11 2004/09/04 08:30:55 ticho Exp $ + + 04 Sep 2004; Andrej Kacian <ticho@gentoo.org> lbdb-0.26-r1.ebuild: + Corrected HOMEPAGE. Reported by Daniel Webert <rockoo@rockoo.homelinux.org>, + closes #49781. *lbdb-0.28 (14 Dec 2003) diff --git a/net-mail/lbdb/Manifest b/net-mail/lbdb/Manifest index 3fbea7b37853..0bbf1aeeaea1 100644 --- a/net-mail/lbdb/Manifest +++ b/net-mail/lbdb/Manifest @@ -1,6 +1,16 @@ -MD5 7b97ab5cc4e3c4b5a6cb4ea0a9ac8ee0 lbdb-0.26-r1.ebuild 688 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 103aea3eebf49746de801298d4863bb9 lbdb-0.28.ebuild 733 -MD5 56fa8c7860657f09b9ec42bf0f39be8a ChangeLog 1313 +MD5 aa8e213952e0a07ec4b53364f97d2fe9 ChangeLog 1476 +MD5 009e3bb66b0710e04308e7fa86b336e6 lbdb-0.26-r1.ebuild 678 MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161 MD5 c334778f6ea0e5023fe9dd5173e2a301 files/digest-lbdb-0.26-r1 60 MD5 487756084c182610cd6175884cf8eb13 files/digest-lbdb-0.28 60 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.2.6 (GNU/Linux) + +iD8DBQFBOX1I10xuJSrg3/sRAq6uAJwOQXNIzU9d6kcCk84YwpoHDmDk+gCaAxhi +cLM340+8D+6Fwt6i09mhWsg= +=oosE +-----END PGP SIGNATURE----- diff --git a/net-mail/lbdb/lbdb-0.26-r1.ebuild b/net-mail/lbdb/lbdb-0.26-r1.ebuild index bb97c3de8a1f..e05c8ca9969d 100644 --- a/net-mail/lbdb/lbdb-0.26-r1.ebuild +++ b/net-mail/lbdb/lbdb-0.26-r1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/lbdb/lbdb-0.26-r1.ebuild,v 1.12 2004/07/15 01:49:39 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/lbdb/lbdb-0.26-r1.ebuild,v 1.13 2004/09/04 08:30:55 ticho Exp $ IUSE="pda" MY_P=${P/-/_} DESCRIPTION="Little Brother database" SRC_URI="http://www.spinnaker.de/debian/${MY_P}.tar.gz" -HOMEPAGE="http://www.spinnaker.de/debian/lbdb.html" +HOMEPAGE="http://www.spinnaker.de/lbdb.html" DEPEND=">=mail-client/mutt-1.2.5" |