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/obconf/Manifest | 2 + .../files/obconf-2.0.3_p20111019-desktopfile.patch | 24 ++++++++++ x11-misc/obconf/metadata.xml | 8 ++++ x11-misc/obconf/obconf-2.0.3_p20111019.ebuild | 51 ++++++++++++++++++++++ x11-misc/obconf/obconf-2.0.4.ebuild | 38 ++++++++++++++++ x11-misc/obconf/obconf-9999.ebuild | 49 +++++++++++++++++++++ 6 files changed, 172 insertions(+) create mode 100644 x11-misc/obconf/Manifest create mode 100644 x11-misc/obconf/files/obconf-2.0.3_p20111019-desktopfile.patch create mode 100644 x11-misc/obconf/metadata.xml create mode 100644 x11-misc/obconf/obconf-2.0.3_p20111019.ebuild create mode 100644 x11-misc/obconf/obconf-2.0.4.ebuild create mode 100644 x11-misc/obconf/obconf-9999.ebuild (limited to 'x11-misc/obconf') diff --git a/x11-misc/obconf/Manifest b/x11-misc/obconf/Manifest new file mode 100644 index 000000000000..7a5d7e9714fa --- /dev/null +++ b/x11-misc/obconf/Manifest @@ -0,0 +1,2 @@ +DIST obconf-2.0.3_p20111019.tar.gz 109540 SHA256 c06ba45c99abf4e0c5906266e03486ccbe8391c9aae30498c60be64e5481caa7 SHA512 1ce59375252404e02c27cf2ffb6606a6243318819e5ea127344e569ae4f96c3fe8b2e14006de0d9907397819119722fb2474acd645544c227e8f9668bb2b1798 WHIRLPOOL b464a212530ae4ae17c2d9915a423fe2a16a4e70c3166c59d8b400cd6a34392c862ea0ca44065359b8b1cc3e914d0dacb511fa63e496aa253ddccc5b1aaf50c9 +DIST obconf-2.0.4.tar.gz 456523 SHA256 71a3e5f4ee246a27421ba85044f09d449f8de22680944ece9c471cd46a9356b9 SHA512 b8cf6f363fa8c2f1d21142a3f79687a72f683f564285b05751c822ddf7a421b09c3440cbc5b08eb09d151601c6ada835ff5cc940bf5abeec2210cca26b552294 WHIRLPOOL 3ab648028deaa701e60c40eaa7512b9e61058995ef65f3bd3871a65352e8c9a88f82077a8bf28a59b3af07b9c66a77a046c525176e7b4831abfaf643265663e6 diff --git a/x11-misc/obconf/files/obconf-2.0.3_p20111019-desktopfile.patch b/x11-misc/obconf/files/obconf-2.0.3_p20111019-desktopfile.patch new file mode 100644 index 000000000000..50433325ad90 --- /dev/null +++ b/x11-misc/obconf/files/obconf-2.0.3_p20111019-desktopfile.patch @@ -0,0 +1,24 @@ +commit 1b6eb630bc82265f514c30717b712758917b0e1c +Author: hasufell +Date: Mon Jul 29 23:37:52 2013 +0200 + + fix desktop file + +diff --git a/obconf.desktop b/obconf.desktop +index 0c9714e..a3ba032 100644 +--- a/obconf.desktop ++++ b/obconf.desktop +@@ -1,5 +1,4 @@ + [Desktop Entry] +-Encoding=UTF-8 + Type=Application + Name=Openbox Configuration Manager + Name[zh_TW]=Openbox 組態管理器 +@@ -8,6 +7,6 @@ Comment[zh_TW]=管理 Openbox 組態設定 + Icon=obconf + Exec=obconf %f + Categories=Settings;DesktopSettings;GTK; +-MimeType=application/x-openbox-theme ++MimeType=application/x-openbox-theme; + StartupNotify=true + Terminal=false diff --git a/x11-misc/obconf/metadata.xml b/x11-misc/obconf/metadata.xml new file mode 100644 index 000000000000..d07bd8015808 --- /dev/null +++ b/x11-misc/obconf/metadata.xml @@ -0,0 +1,8 @@ + + + + + hwoarang@gentoo.org + Markos Chandras + + diff --git a/x11-misc/obconf/obconf-2.0.3_p20111019.ebuild b/x11-misc/obconf/obconf-2.0.3_p20111019.ebuild new file mode 100644 index 000000000000..71d3ada41b10 --- /dev/null +++ b/x11-misc/obconf/obconf-2.0.3_p20111019.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=2 +inherit autotools fdo-mime eutils + +DESCRIPTION="ObConf is a tool for configuring the Openbox window manager" +HOMEPAGE="http://openbox.org/wiki/ObConf:About" +SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ppc ppc64 sparc x86 ~x86-fbsd ~arm-linux ~x86-linux" +IUSE="nls" + +RDEPEND="gnome-base/libglade:2.0 + x11-libs/gtk+:2 + x11-libs/startup-notification + >=x11-wm/openbox-3.5.0_p20111019" +DEPEND="${RDEPEND} + virtual/pkgconfig + nls? ( sys-devel/gettext )" + +S=${WORKDIR} + +src_prepare() { + epatch "${FILESDIR}"/${P}-desktopfile.patch + eautopoint + eautoreconf +} + +src_configure() { + econf \ + $(use_enable nls) +} + +src_install() { + emake DESTDIR="${D}" install || die + dodoc AUTHORS CHANGELOG README || die "dodoc failed" +} + +pkg_postinst() { + fdo-mime_desktop_database_update + fdo-mime_mime_database_update +} + +pkg_postrm() { + fdo-mime_desktop_database_update + fdo-mime_mime_database_update +} diff --git a/x11-misc/obconf/obconf-2.0.4.ebuild b/x11-misc/obconf/obconf-2.0.4.ebuild new file mode 100644 index 000000000000..b5b358e3d25b --- /dev/null +++ b/x11-misc/obconf/obconf-2.0.4.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit fdo-mime + +DESCRIPTION="ObConf is a tool for configuring the Openbox window manager" +HOMEPAGE="http://openbox.org/wiki/ObConf:About" +SRC_URI="http://openbox.org/dist/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~arm-linux ~x86-linux" +IUSE="nls" + +RDEPEND="gnome-base/libglade:2.0 + x11-libs/gtk+:2 + x11-libs/startup-notification + >=x11-wm/openbox-3.5.2" +DEPEND="${RDEPEND} + virtual/pkgconfig + nls? ( sys-devel/gettext )" + +src_configure() { + econf \ + $(use_enable nls) +} + +pkg_postinst() { + fdo-mime_desktop_database_update + fdo-mime_mime_database_update +} + +pkg_postrm() { + fdo-mime_desktop_database_update + fdo-mime_mime_database_update +} diff --git a/x11-misc/obconf/obconf-9999.ebuild b/x11-misc/obconf/obconf-9999.ebuild new file mode 100644 index 000000000000..9b35a1ff6af5 --- /dev/null +++ b/x11-misc/obconf/obconf-9999.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="2" + +WANT_AUTOMAKE="1.9" +inherit autotools fdo-mime git-2 + +DESCRIPTION="ObConf is a tool for configuring the Openbox window manager" +HOMEPAGE="http://openbox.org/wiki/ObConf:About" +EGIT_REPO_URI="git://git.openbox.org/dana/obconf.git" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="" +IUSE="nls" + +RDEPEND="gnome-base/libglade:2.0 + x11-libs/gtk+:2 + x11-libs/startup-notification + =x11-wm/openbox-9999" +DEPEND="${RDEPEND} + nls? ( sys-devel/gettext ) + virtual/pkgconfig" + +src_prepare() { + eautopoint + eautoreconf +} + +src_configure() { + econf $(use_enable nls) +} + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" + dodoc AUTHORS CHANGELOG README || die "dodoc failed" +} + +pkg_postinst() { + fdo-mime_desktop_database_update + fdo-mime_mime_database_update +} + +pkg_postrm() { + fdo-mime_desktop_database_update + fdo-mime_mime_database_update +} -- cgit v1.2.3-65-gdbad