Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Algorithm::ClusterPoints, Net::DNS::SEC and Crypt::OpenSSL::DSA #19

Merged
merged 3 commits into from Jul 21, 2014

Conversation

mudler
Copy link
Contributor

@mudler mudler commented Jul 21, 2014

adding those modules to close bug #516366 and bug #504652

@mudler mudler changed the title Adding Algorithm::ClusterPoints Adding Algorithm::ClusterPoints, Net::DNS::SEC and Crypt::OpenSSL::DSA Jul 21, 2014
@kentfredric
Copy link
Member

!!! Digest verification failed:
!!! /var/paludis/repositories/perl-git/dev-perl/Algorithm-ClusterPoints/ChangeLog
!!! Reason: Filesize does not match recorded size
!!! Got: 317
!!! Expected: 132
  manifest.bad                  1
   dev-perl/Algorithm-ClusterPoints/Manifest
  ebuild.minorsyn               2
   dev-perl/Algorithm-ClusterPoints/Algorithm-ClusterPoints-0.80.0.ebuild: Ebuild contains leading spaces on line: 19
   dev-perl/Algorithm-ClusterPoints/Algorithm-ClusterPoints-0.80.0.ebuild: Ebuild contains leading spaces on line: 20

Note: use --include-dev (-d) to check dependencies for 'dev' profiles
!!! Digest verification failed:
!!! /var/paludis/repositories/perl-git/dev-perl/Net-DNS-SEC/ChangeLog
!!! Reason: Filesize does not match recorded size
!!! Got: 271
!!! Expected: 110
  manifest.bad                  1
   dev-perl/Net-DNS-SEC/Manifest
  ebuild.minorsyn               2
   dev-perl/Net-DNS-SEC/Net-DNS-SEC-0.190.0.ebuild: Ebuild contains leading spaces on line: 51
   dev-perl/Net-DNS-SEC/Net-DNS-SEC-0.190.0.ebuild: Ebuild contains leading spaces on line: 52
!!! Digest verification failed:
!!! /var/paludis/repositories/perl-git/dev-perl/Crypt-OpenSSL-DSA/ChangeLog
!!! Reason: Filesize does not match recorded size
!!! Got: 295
!!! Expected: 122
  ebuild.minorsyn               2
   dev-perl/Crypt-OpenSSL-DSA/Crypt-OpenSSL-DSA-0.140.0.ebuild: Ebuild contains leading spaces on line: 23
   dev-perl/Crypt-OpenSSL-DSA/Crypt-OpenSSL-DSA-0.140.0.ebuild: Ebuild contains leading spaces on line: 24
  manifest.bad                  1
   dev-perl/Crypt-OpenSSL-DSA/Manifest

@kentfredric
Copy link
Member

digest verification failure means you did repoman manifest BEFORE echangelog, where you should invoke it afterwards.

As for the "Leading space" warning, thats because ebuild uses TAB for indentation by default, and the files hence have mixed tabs and spaces.

 1 # Copyright 1999-2014 Gentoo Foundation$
 2 # Distributed under the terms of the GNU General Public License v2$
 3 # $Header: $$
 4 EAPI=5$
 5 MODULE_AUTHOR=TJMATHER$
 6 MODULE_VERSION=0.14$
 7 inherit perl-module$
 8 $
 9 DESCRIPTION='Digital Signature Algorithm using OpenSSL'$
10 LICENSE="|| ( Artistic GPL-2 )"$
11 SLOT="0"$
12 KEYWORDS="~amd64 ~x86"$
13 IUSE="test"$
14 perl_meta_configure() {$
15 ^I# ExtUtils::MakeMaker$
16 ^Iecho virtual/perl-ExtUtils-MakeMaker$
17 }$
18 perl_meta_build() {$
19 ^I# ExtUtils::MakeMaker$
20 ^Iecho virtual/perl-ExtUtils-MakeMaker$
21 }$
22 perl_meta_test(){$
23         # Test::More$
24         echo virtual/perl-Test-Simple$
25 }$
26 DEPEND="$
27 ^I$(perl_meta_configure)$
28 ^I$(perl_meta_build)$
29 ^Itest? ( $(perl_meta_test) )$
30 "$
31 RDEPEND="$
32 $
33 "$
34 SRC_TEST="do"$

Package-Manager: portage-2.2.8-r1
Manifest-Sign-Key: B5F1512B
@mudler
Copy link
Contributor Author

mudler commented Jul 21, 2014

i forgot to remanifest them, didn't noticed the leading space, thanks

Package-Manager: portage-2.2.8-r1
Manifest-Sign-Key: B5F1512B
Package-Manager: portage-2.2.8-r1
Manifest-Sign-Key: B5F1512B
@kentfredric kentfredric merged commit 24dc8f2 into gentoo-perl:master Jul 21, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants