Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 121189 - Duplicate ebuilds for Crypt-DES-EDE3 perl module
Summary: Duplicate ebuilds for Crypt-DES-EDE3 perl module
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
: 121198 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-02-01 08:17 UTC by Ghislain Bourgeois
Modified: 2006-02-07 08:58 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ghislain Bourgeois 2006-02-01 08:17:21 UTC
The perl module Crypt::DES-EDE3 has 2 ebuilds in the Portage tree:

dev-perl/crypt-des-ede3-0.01
dev-perl/Crypt-DES_EDE3-0.01

They do differ really slightly, as this diff output shows:

--- Crypt-DES_EDE3/Crypt-DES_EDE3-0.01.ebuild   2006-01-13 15:05:33.000000000 -0500
+++ crypt-des-ede3/crypt-des-ede3-0.01.ebuild   2005-11-25 18:05:41.000000000 -0500
@@ -1,18 +1,18 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-DES_EDE3/Crypt-DES_EDE3-0.01.ebuild,v 1.2 2006/01/13 19:44:25 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/crypt-des-ede3/crypt-des-ede3-0.01.ebuild,v 1.16 2005/11/25 22:52:48 tgall Exp $

 inherit perl-module

+MY_P=Crypt-DES_EDE3-${PV}
+S=${WORKDIR}/${MY_P}
 DESCRIPTION="Triple-DES EDE encryption/decryption"
-HOMEPAGE="http://search.cpan.org/~btrott/${P}/"
-SRC_URI="mirror://cpan/authors/id/B/BT/BTROTT/${P}.tar.gz"
+HOMEPAGE="http://search.cpan.org/CPAN/authors/id/B/BT/BTROTT/${MY_P}.readme"
+SRC_URI="mirror://cpan/authors/id/B/BT/BTROTT/${MY_P}.tar.gz"

-LICENSE="Artistic"
+LICENSE="|| ( Artistic GPL-2 )"
 SLOT="0"
-KEYWORDS="sparc x86"
+KEYWORDS="alpha amd64 hppa ia64 ~mips ~ppc ppc64 sparc x86"
 IUSE=""

-SRC_TEST="do"
-
 DEPEND="dev-perl/Crypt-DES"

This is rather confusing to have 2 ebuilds for the same thing. One of them should be removed.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-02-01 09:27:54 UTC
*** Bug 121198 has been marked as a duplicate of this bug. ***
Comment 2 Michael Cummings (RETIRED) gentoo-dev 2006-02-07 08:58:33 UTC
ouch - good to have a second pair of eyes :)
fixed