mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-28 17:50:58 +02:00
* Add WWW-CheckSite deps of sqlix
This commit is contained in:
parent
db3ae2a385
commit
00405eb49f
2 changed files with 21 additions and 0 deletions
2
dev-perl/WWW-CheckSite/Manifest
Normal file
2
dev-perl/WWW-CheckSite/Manifest
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DIST WWW-CheckSite-0.019_52.tar.gz 51579 RMD160 35113fccd86157ffae730885e3cd47b9f5557888 SHA1 f31b12b6b7ae860bde76a52e2bacca7fac0719a9 SHA256 4204597ae842e52652118d9fd1bf322e964e93e05364ae3e0a6c3a4d88cb9e6a
|
||||
EBUILD WWW-CheckSite-0.019.ebuild 609 RMD160 e012c8e8138bf1322e839758baf9aab77c7a3f65 SHA1 2592cf41fad0401e016327d6ddec25b3439d8931 SHA256 62d9c4927284c5c09447d169a3400d5b22d1f908a544b945a8e4c64fd741bfc5
|
||||
19
dev-perl/WWW-CheckSite/WWW-CheckSite-0.019.ebuild
Normal file
19
dev-perl/WWW-CheckSite/WWW-CheckSite-0.019.ebuild
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# Copyright 1999-2007 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize-FormFiller/WWW-Mechanize-FormFiller-0.08.ebuild,v 1.4 2007/12/27 19:39:34 ticho Exp $
|
||||
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="Framework to automate HTML forms "
|
||||
SRC_URI="mirror://cpan/authors/id/A/AB/ABELTJE/snapdir/${P}_52.tar.gz"
|
||||
HOMEPAGE="http://search.cpan.org/dist/WWW-CheckSite/"
|
||||
SLOT="0"
|
||||
LICENSE="|| ( Artistic GPL-2 )"
|
||||
KEYWORDS="amd64 sparc x86"
|
||||
IUSE=""
|
||||
|
||||
SRC_TEST="do"
|
||||
|
||||
DEPEND="dev-lang/perl
|
||||
dev-perl/WWW-Mechanize
|
||||
dev-perl/HTML-Template"
|
||||
Loading…
Reference in a new issue