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 /app-dicts/bookview | |
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 'app-dicts/bookview')
-rw-r--r-- | app-dicts/bookview/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/bookview/bookview-3.2.1.ebuild | 33 | ||||
-rw-r--r-- | app-dicts/bookview/files/Bookview.ad | 1 | ||||
-rw-r--r-- | app-dicts/bookview/files/bookview-3.2.1-gentoo.diff | 14 | ||||
-rw-r--r-- | app-dicts/bookview/metadata.xml | 5 |
5 files changed, 54 insertions, 0 deletions
diff --git a/app-dicts/bookview/Manifest b/app-dicts/bookview/Manifest new file mode 100644 index 000000000000..e1527632e01f --- /dev/null +++ b/app-dicts/bookview/Manifest @@ -0,0 +1 @@ +DIST bookview-3.2.1.tar.gz 311798 SHA256 c579fb02b0f52618b0a881aa47ea4f2fd9deda92672c35a0099889eaf842c42a SHA512 f5afa5d116a97f176a5a3194c50bd9b8eeff812c79844e0f3d617a9416ea5597e171888e8820034fbaf49812e95e6a5fee8701eb8702184ae3dc7ff37e3671d2 WHIRLPOOL 2d756fb6e128049c1641a00ae3e391f3df270c894cae09dadd737910e90a61fe2a39db687775866ac04ced07c9ec4662967fb3f26988fc71186a19a1ca90163a diff --git a/app-dicts/bookview/bookview-3.2.1.ebuild b/app-dicts/bookview/bookview-3.2.1.ebuild new file mode 100644 index 000000000000..b942d63eb3a3 --- /dev/null +++ b/app-dicts/bookview/bookview-3.2.1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit eutils + +DESCRIPTION="NDTP client written in Tcl/Tk" +HOMEPAGE="http://www.sra.co.jp/people/m-kasahr/bookview/" +SRC_URI="ftp://ftp.sra.co.jp/pub/net/ndtp/bookview/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc x86" +IUSE="" + +RDEPEND=">=dev-lang/tk-8.3" +DEPEND="${RDEPEND} + >=sys-apps/sed-4" + +src_unpack() { + unpack ${A} + cd "${S}/bookview" + epatch "${FILESDIR}/${P}-gentoo.diff" +} + +src_install() { + make DESTDIR="${D}" install || die + + insinto /etc/X11/app-defaults + newins "${FILESDIR}/Bookview.ad" Bookview + + dodoc AUTHORS ChangeLog* INSTALL NEWS README +} diff --git a/app-dicts/bookview/files/Bookview.ad b/app-dicts/bookview/files/Bookview.ad new file mode 100644 index 000000000000..7fb486fd8beb --- /dev/null +++ b/app-dicts/bookview/files/Bookview.ad @@ -0,0 +1 @@ +Bookview*font: 7x14 diff --git a/app-dicts/bookview/files/bookview-3.2.1-gentoo.diff b/app-dicts/bookview/files/bookview-3.2.1-gentoo.diff new file mode 100644 index 000000000000..3a3064a10594 --- /dev/null +++ b/app-dicts/bookview/files/bookview-3.2.1-gentoo.diff @@ -0,0 +1,14 @@ +--- bookview.in.ORIG 2004-11-03 18:39:28.000000000 +0900 ++++ bookview.in 2004-11-22 21:22:42.000000000 +0900 +@@ -120,6 +120,11 @@ + # Bitmap size. + set bitmap_size 16 + ++# Read Xresource ++if { [ file readable "@sysconfdir@/X11/app-defaults/Bookview" ] } { ++ option readfile "@sysconfdir@/X11/app-defaults/Bookview" ++} ++ + # + # Startup + # diff --git a/app-dicts/bookview/metadata.xml b/app-dicts/bookview/metadata.xml new file mode 100644 index 000000000000..2d5852c16c60 --- /dev/null +++ b/app-dicts/bookview/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>cjk</herd> +</pkgmetadata> |