diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
| commit | b590c8d7572b727d565cc0b8ff660d43569845de (patch) | |
| tree | 06f7a4102ea4e845df8b66660f252920d52952f9 /dev-perl/PostScript-Simple | |
| parent | 24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff) | |
| download | baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip | |
Adding metadata
Diffstat (limited to 'dev-perl/PostScript-Simple')
| -rw-r--r-- | dev-perl/PostScript-Simple/Manifest | 1 | ||||
| -rw-r--r-- | dev-perl/PostScript-Simple/PostScript-Simple-0.90.0-r1.ebuild | 21 | ||||
| -rw-r--r-- | dev-perl/PostScript-Simple/metadata.xml | 9 |
3 files changed, 31 insertions, 0 deletions
diff --git a/dev-perl/PostScript-Simple/Manifest b/dev-perl/PostScript-Simple/Manifest new file mode 100644 index 000000000000..9a2b8c1f4efc --- /dev/null +++ b/dev-perl/PostScript-Simple/Manifest @@ -0,0 +1 @@ +DIST PostScript-Simple-0.09.tar.gz 35450 BLAKE2B e642cf9d8b887fee458b2ac085a90ac6198b7e1ed1fd0349fa6b2abc597b16d32ec2b099e4e8db9e009a1341ec5015c24502099213996bae9840bcd3209fb589 SHA512 28026060f91e7bcc2722df7e7097667aa2baaa85b1c558e08558fbee3395b0326e0564142e7729068afd13bdf523da32073fd6dbe56317db3e554445b4a04b18 diff --git a/dev-perl/PostScript-Simple/PostScript-Simple-0.90.0-r1.ebuild b/dev-perl/PostScript-Simple/PostScript-Simple-0.90.0-r1.ebuild new file mode 100644 index 000000000000..1727242e2ce6 --- /dev/null +++ b/dev-perl/PostScript-Simple/PostScript-Simple-0.90.0-r1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=MCNEWTON +DIST_VERSION=0.09 +DIST_EXAMPLES=( "examples/*" ) +inherit perl-module + +DESCRIPTION="Allows you to have a simple method of writing PostScript files from Perl" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 ~hppa ppc ~sparc x86" + +RDEPEND="" +BDEPEND=" + virtual/perl-ExtUtils-MakeMaker + test? ( >=virtual/perl-Test-Simple-0.180.0 ) +" diff --git a/dev-perl/PostScript-Simple/metadata.xml b/dev-perl/PostScript-Simple/metadata.xml new file mode 100644 index 000000000000..89c67f49bdb9 --- /dev/null +++ b/dev-perl/PostScript-Simple/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>perl@gentoo.org</email> + <name>Gentoo Perl Project</name> + </maintainer> + <origin>baldeagleos-repo</origin> +</pkgmetadata> |
