From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- app-text/freepwing/Manifest | 1 + app-text/freepwing/freepwing-1.4.3.ebuild | 23 +++++++++++++++++++++++ app-text/freepwing/metadata.xml | 7 +++++++ 3 files changed, 31 insertions(+) create mode 100644 app-text/freepwing/Manifest create mode 100644 app-text/freepwing/freepwing-1.4.3.ebuild create mode 100644 app-text/freepwing/metadata.xml (limited to 'app-text/freepwing') diff --git a/app-text/freepwing/Manifest b/app-text/freepwing/Manifest new file mode 100644 index 000000000000..c6886f8f2beb --- /dev/null +++ b/app-text/freepwing/Manifest @@ -0,0 +1 @@ +DIST freepwing-1.4.3.tar.gz 129499 SHA256 34287268520b622ada5b1390dbec346e586e04509278eb2e3baad67f494f3796 SHA512 e363d2751410d6e39e786920faf63c4efee74e5004594f95157f700eb3a68a92a9e98635978f21f5da60f7bd9e1a3b4049f90c7b9da0b4bb0374081ab6738734 WHIRLPOOL 2133bba842d1c37139182ffd9aaf3b4d1a443edd296043dd5b9ffecd6e96e4d828748b4623f26d52404654bf37b277b655cd7dc70e552a32a30cee5c35808bd2 diff --git a/app-text/freepwing/freepwing-1.4.3.ebuild b/app-text/freepwing/freepwing-1.4.3.ebuild new file mode 100644 index 000000000000..77ead4a318f0 --- /dev/null +++ b/app-text/freepwing/freepwing-1.4.3.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +IUSE="" + +DESCRIPTION="FreePWING is a free JIS X 4081 (subset of EPWING V1) formatter" +HOMEPAGE="http://www.sra.co.jp/people/m-kasahr/freepwing/" +SRC_URI="ftp://ftp.sra.co.jp/pub/misc/freepwing/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" + +DEPEND="dev-lang/perl" + +src_install() { + emake install DESTDIR="${D}" \ + perllibdir=`perl -V:vendorlib | cut -d\' -f2` \ + pkgdocdir=/usr/share/doc/${PF} || die + + dodoc AUTHORS ChangeLog INSTALL NEWS README +} diff --git a/app-text/freepwing/metadata.xml b/app-text/freepwing/metadata.xml new file mode 100644 index 000000000000..91f4e72fb544 --- /dev/null +++ b/app-text/freepwing/metadata.xml @@ -0,0 +1,7 @@ + + + + + maintainer-needed@gentoo.org + + -- cgit v1.2.3-65-gdbad