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 --- x11-misc/e16menuedit2/Manifest | 1 + x11-misc/e16menuedit2/e16menuedit2-0.0.3.ebuild | 32 ++++++++++++++++++++++ .../files/e16menuedit2-0.0.3-no-docs.patch | 19 +++++++++++++ x11-misc/e16menuedit2/metadata.xml | 10 +++++++ 4 files changed, 62 insertions(+) create mode 100644 x11-misc/e16menuedit2/Manifest create mode 100644 x11-misc/e16menuedit2/e16menuedit2-0.0.3.ebuild create mode 100644 x11-misc/e16menuedit2/files/e16menuedit2-0.0.3-no-docs.patch create mode 100644 x11-misc/e16menuedit2/metadata.xml (limited to 'x11-misc/e16menuedit2') diff --git a/x11-misc/e16menuedit2/Manifest b/x11-misc/e16menuedit2/Manifest new file mode 100644 index 000000000000..c564054dd068 --- /dev/null +++ b/x11-misc/e16menuedit2/Manifest @@ -0,0 +1 @@ +DIST e16menuedit2-0.0.3.tar.gz 370740 SHA256 9a290f13f25b3fbce6d446cbc136933d981926b1da59c84cfac7f3690606b5a5 SHA512 41942028e7d20b5aa46fce8f54f60af46bd08e292a1812d4845d68cbc670699c8fc70a8d71c2749df623a4a083b92bc9539b9241fd7daabbee0deb855ff1be99 WHIRLPOOL 79efe3272f17db1d0fb540cb42682859926c6579d9b8469e3a2a06c7a3228183906e0c1f8f2a7e23130d833e46000bb1a36f1e0554603b94630a2d97116b1cf0 diff --git a/x11-misc/e16menuedit2/e16menuedit2-0.0.3.ebuild b/x11-misc/e16menuedit2/e16menuedit2-0.0.3.ebuild new file mode 100644 index 000000000000..ee4e418356a2 --- /dev/null +++ b/x11-misc/e16menuedit2/e16menuedit2-0.0.3.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +GCONF_DEBUG="yes" + +inherit gnome2 eutils + +DESCRIPTION="Menu editor for enlightenment DR16 written in GTK2" +HOMEPAGE="http://www.enlightenment.org/" +SRC_URI="mirror://sourceforge/enlightenment/${P}.tar.gz" + +LICENSE="MIT-with-advertising" +SLOT="0" +KEYWORDS="amd64 arm ~ppc sh sparc x86" +IUSE="" + +RDEPEND=" + >=x11-wm/enlightenment-0.16 + >=gnome-base/libglade-2.4 + x11-libs/gtk+:2 +" +DEPEND="${RDEPEND} + virtual/pkgconfig +" + +src_prepare() { + epatch "${FILESDIR}"/${P}-no-docs.patch + sed -i '1i#include ' src/e16menuedit2.c + gnome2_src_prepare +} diff --git a/x11-misc/e16menuedit2/files/e16menuedit2-0.0.3-no-docs.patch b/x11-misc/e16menuedit2/files/e16menuedit2-0.0.3-no-docs.patch new file mode 100644 index 000000000000..764ac8660336 --- /dev/null +++ b/x11-misc/e16menuedit2/files/e16menuedit2-0.0.3-no-docs.patch @@ -0,0 +1,19 @@ +--- Makefile.in ++++ Makefile.in +@@ -220,14 +220,7 @@ + yelphelpdir = @yelphelpdir@ + SUBDIRS = src po pixmaps help +-e16menuedit2docdir = ${prefix}/${packagedocdir} ++e16menuedit2docdir = ${prefix} +-e16menuedit2doc_DATA = \ +- README\ +- COPYING\ +- AUTHORS\ +- ChangeLog\ +- INSTALL\ +- NEWS\ +- TODO ++e16menuedit2doc_DATA = + + GLADE_FILES = e16menuedit2.glade + e16menuedit2datadir = ${prefix}/${packagedatadir}/glade diff --git a/x11-misc/e16menuedit2/metadata.xml b/x11-misc/e16menuedit2/metadata.xml new file mode 100644 index 000000000000..a3f922b180c6 --- /dev/null +++ b/x11-misc/e16menuedit2/metadata.xml @@ -0,0 +1,10 @@ + + + + + vapier@gentoo.org + + + enlightenment + + -- cgit v1.2.3-65-gdbad