diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-perl/gnome2-canvas | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-perl/gnome2-canvas')
-rw-r--r-- | dev-perl/gnome2-canvas/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/gnome2-canvas/gnome2-canvas-1.2.0-r1.ebuild | 26 | ||||
-rw-r--r-- | dev-perl/gnome2-canvas/metadata.xml | 9 |
3 files changed, 36 insertions, 0 deletions
diff --git a/dev-perl/gnome2-canvas/Manifest b/dev-perl/gnome2-canvas/Manifest new file mode 100644 index 000000000000..e53750150805 --- /dev/null +++ b/dev-perl/gnome2-canvas/Manifest @@ -0,0 +1 @@ +DIST Gnome2-Canvas-1.002.tar.gz 62040 SHA256 47a34204cd5f3a0ef5c8b9e1c9c96f41740edab7e9abf1d0560fa8666ba1916e SHA512 9ad7e5b5a29b1b90cecca56c63165b92ad607a6f6e260810c597081a77a282910e85d372271d2f4e299e8e0728b79733f39439e3927237a92b16251d7004db89 WHIRLPOOL 73e9d01a936623120796325978ec254c4a21558ec21f5290227447f7adb997b10c0fd0f2954fc6ac1f7acde9dd9e0af461834d4ce9b509be95fb2976e42a023a diff --git a/dev-perl/gnome2-canvas/gnome2-canvas-1.2.0-r1.ebuild b/dev-perl/gnome2-canvas/gnome2-canvas-1.2.0-r1.ebuild new file mode 100644 index 000000000000..a4f5925c6a28 --- /dev/null +++ b/dev-perl/gnome2-canvas/gnome2-canvas-1.2.0-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MY_PN=Gnome2-Canvas +MODULE_AUTHOR=TSCH +MODULE_VERSION=1.002 +inherit perl-module + +DESCRIPTION="Perl interface to the Gnome Canvas" + +LICENSE="LGPL-2" +SLOT="0" +KEYWORDS="alpha amd64 ia64 ~ppc sparc x86" +IUSE="" + +RDEPEND="x11-libs/gtk+:2 + >=gnome-base/libgnomecanvas-2 + >=dev-perl/glib-perl-1.040 + >=dev-perl/gtk2-perl-1.040" +DEPEND="${RDEPEND} + >=dev-perl/extutils-pkgconfig-1.03 + >=dev-perl/ExtUtils-Depends-0.202 + virtual/pkgconfig" diff --git a/dev-perl/gnome2-canvas/metadata.xml b/dev-perl/gnome2-canvas/metadata.xml new file mode 100644 index 000000000000..be8b76eaa9c0 --- /dev/null +++ b/dev-perl/gnome2-canvas/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> + <upstream> + <remote-id type="cpan">Gnome2-Canvas</remote-id> + <remote-id type="cpan-module">Gnome2::Canvas</remote-id> + </upstream> +</pkgmetadata> |