[libmodule-install-trustmetayml-perl] 10/24: use pretdsl

Jonas Smedegaard js at alioth.debian.org
Fri Aug 9 15:18:40 UTC 2013


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libmodule-install-trustmetayml-perl.

commit 580bc15ea5b6a28aaeca090ffd50b0059439a967
Author: Toby Inkster <mail at tobyinkster.co.uk>
Date:   Wed Mar 20 09:34:15 2013 +0000

    use pretdsl
    
    --HG--
    branch : Module-Install-TrustMetaYml
---
 meta/changes.pret  |   12 ++++++++++++
 meta/changes.ttl   |   27 ---------------------------
 meta/doap.pret     |   18 ++++++++++++++++++
 meta/doap.ttl      |   23 -----------------------
 meta/makefile.pret |    8 ++++++++
 meta/makefile.ttl  |   13 -------------
 6 files changed, 38 insertions(+), 63 deletions(-)

diff --git a/meta/changes.pret b/meta/changes.pret
new file mode 100644
index 0000000..6deb771
--- /dev/null
+++ b/meta/changes.pret
@@ -0,0 +1,12 @@
+# This file acts as the project's changelog.
+
+`Module-Install-TrustMetaYml 0.001 cpan:TOBYINK`
+	issued       2011-10-06;
+	label        "Initial release".
+
+`Module-Install-TrustMetaYml 0.002 cpan:TOBYINK`
+	issued       2012-07-05;
+	changeset [
+		item "Reduce list of dependencies."^^Change;
+		item "Support Perls prior to 5.8."^^Change;
+	].
diff --git a/meta/changes.ttl b/meta/changes.ttl
deleted file mode 100644
index 3d3ae47..0000000
--- a/meta/changes.ttl
+++ /dev/null
@@ -1,27 +0,0 @@
-# This file acts as the project's changelog.
-
- at prefix :        <http://usefulinc.com/ns/doap#> .
- at prefix dcs:     <http://ontologi.es/doap-changeset#> .
- at prefix dc:      <http://purl.org/dc/terms/> .
- at prefix dist:    <http://purl.org/NET/cpan-uri/dist/Module-Install-TrustMetaYml/> .
- at prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
- at prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
-
-dist:project :release dist:v_0-001 .
-dist:v_0-001
-	a               :Version ;
-	dc:issued       "2011-10-06"^^xsd:date ;
-	:revision       "0.001"^^xsd:string ;
-	:file-release   <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Module-Install-TrustMetaYml-0.001.tar.gz> ;
-	rdfs:label      "Initial release" .
-
-dist:project :release dist:v_0-002 .
-dist:v_0-002
-	a               :Version ;
-	dc:issued       "2012-07-05"^^xsd:date ;
-	:revision       "0.002"^^xsd:string ;
-	:file-release   <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Module-Install-TrustMetaYml-0.002.tar.gz> ;
-	dcs:changeset [
-		dcs:item [ rdfs:label "Reduce list of dependencies." ];
-		dcs:item [ rdfs:label "Support Perls prior to 5.8." ];
-	].
diff --git a/meta/doap.pret b/meta/doap.pret
new file mode 100644
index 0000000..5b84580
--- /dev/null
+++ b/meta/doap.pret
@@ -0,0 +1,18 @@
+# This file contains general metadata about the project.
+
+ at prefix :        <http://usefulinc.com/ns/doap#> .
+
+`Module-Install-TrustMetaYml`
+	:shortdesc      "trusts META.yml list of dependencies";
+	:homepage       <https://metacpan.org/release/Module-Install-TrustMetaYml>;
+	:download-page  <https://metacpan.org/release/Module-Install-TrustMetaYml>;
+	:bug-database   <http://rt.cpan.org/Dist/Display.html?Queue=Module-Install-TrustMetaYml>;
+	:created        2011-10-04;
+	:license        <http://dev.perl.org/licenses/>;
+	:repository     [ a :HgRepository; :browse <https://bitbucket.org/tobyink/p5-module-install-trustmetayml> ];
+	:maintainer     cpan:TOBYINK;
+	:developer      cpan:TOBYINK.
+
+<http://dev.perl.org/licenses/>
+	dc:title        "the same terms as the perl 5 programming language system itself".
+
diff --git a/meta/doap.ttl b/meta/doap.ttl
deleted file mode 100644
index b24db07..0000000
--- a/meta/doap.ttl
+++ /dev/null
@@ -1,23 +0,0 @@
-# This file contains general metadata about the project.
-
- at prefix :        <http://usefulinc.com/ns/doap#> .
- at prefix dc:      <http://purl.org/dc/terms/> .
- at prefix foaf:    <http://xmlns.com/foaf/0.1/> .
- at prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
- at prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
-
-<http://purl.org/NET/cpan-uri/dist/Module-Install-TrustMetaYml/project>
-	a               :Project ;
-	:programming-language "Perl" ;
-	:name           "Module-Install-TrustMetaYml" ;
-	:shortdesc      "trusts META.yml list of dependencies" ;
-	:homepage       <https://metacpan.org/release/Module-Install-TrustMetaYml> ;
-	:download-page  <https://metacpan.org/release/Module-Install-TrustMetaYml> ;
-	:bug-database   <http://rt.cpan.org/Dist/Display.html?Queue=Module-Install-TrustMetaYml> ;
-	:created        "2011-10-04"^^xsd:date ;
-	:license        <http://dev.perl.org/licenses/> ;
-	:developer      [ a foaf:Person ; foaf:name "Toby Inkster" ; foaf:mbox <mailto:tobyink at cpan.org> ] .
-
-<http://dev.perl.org/licenses/>
-	dc:title        "the same terms as the perl 5 programming language system itself" .
-
diff --git a/meta/makefile.pret b/meta/makefile.pret
new file mode 100644
index 0000000..f5ec852
--- /dev/null
+++ b/meta/makefile.pret
@@ -0,0 +1,8 @@
+# This file provides instructions for packaging.
+
+`Module-Install-TrustMetaYml`
+	perl_version_from  m`Module::Install::TrustMetaYml`;
+	version_from       m`Module::Install::TrustMetaYml`;
+	readme_from        m`Module::Install::TrustMetaYml`;
+	requires           m`YAML::Tiny`.
+
diff --git a/meta/makefile.ttl b/meta/makefile.ttl
deleted file mode 100644
index 213f5ac..0000000
--- a/meta/makefile.ttl
+++ /dev/null
@@ -1,13 +0,0 @@
-# This file provides instructions for packaging.
-
- at prefix : <http://purl.org/NET/cpan-uri/terms#> .
-
-<http://purl.org/NET/cpan-uri/dist/Module-Install-TrustMetaYml/project>
-	:perl_version_from _:main;
-	:version_from _:main;
-	:readme_from _:main;
-	:requires "YAML::Tiny";
-	:test_requires "Test::More 0.61".
-
-_:main <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#fileName> "lib/Module/Install/TrustMetaYml.pm".
-

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmodule-install-trustmetayml-perl.git



More information about the Pkg-perl-cvs-commits mailing list