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-dicts/bookview/Manifest | 1 + app-dicts/bookview/bookview-3.2.1.ebuild | 33 ++++++++++++++++++++++ app-dicts/bookview/files/Bookview.ad | 1 + .../bookview/files/bookview-3.2.1-gentoo.diff | 14 +++++++++ app-dicts/bookview/metadata.xml | 5 ++++ 5 files changed, 54 insertions(+) create mode 100644 app-dicts/bookview/Manifest create mode 100644 app-dicts/bookview/bookview-3.2.1.ebuild create mode 100644 app-dicts/bookview/files/Bookview.ad create mode 100644 app-dicts/bookview/files/bookview-3.2.1-gentoo.diff create mode 100644 app-dicts/bookview/metadata.xml (limited to 'app-dicts/bookview') 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 @@ + + + +cjk + -- cgit v1.2.3-65-gdbad