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/xdg-user-dirs/Manifest | 1 + .../files/xdg-user-dirs-0.15-libiconv.patch | 14 ++++++++++ x11-misc/xdg-user-dirs/metadata.xml | 8 ++++++ x11-misc/xdg-user-dirs/xdg-user-dirs-0.15.ebuild | 31 ++++++++++++++++++++++ 4 files changed, 54 insertions(+) create mode 100644 x11-misc/xdg-user-dirs/Manifest create mode 100644 x11-misc/xdg-user-dirs/files/xdg-user-dirs-0.15-libiconv.patch create mode 100644 x11-misc/xdg-user-dirs/metadata.xml create mode 100644 x11-misc/xdg-user-dirs/xdg-user-dirs-0.15.ebuild (limited to 'x11-misc/xdg-user-dirs') diff --git a/x11-misc/xdg-user-dirs/Manifest b/x11-misc/xdg-user-dirs/Manifest new file mode 100644 index 000000000000..4323d401a8fb --- /dev/null +++ b/x11-misc/xdg-user-dirs/Manifest @@ -0,0 +1 @@ +DIST xdg-user-dirs-0.15.tar.gz 243747 SHA256 20b4a751f41d0554bce3e0ce5e8d934be98cc62d48f0b90a894c3e1916552786 SHA512 2365003d4c116326357755dbeb462d5d7a4fd1391fe0b4ced5597db1017dff230676773aa8cd4bdd9dbb1bfb59c1c71d08ed860a047e0e9c2ab2487c814c7ca9 WHIRLPOOL 12de27ae0c386f4db740ea5104233d6782d65686fb3df74f9c516d47d253e49f41ed25b75f2bcf9667b1f8e6e6fec66030ccdc6cadb1eb6a5f1a90ab9fe12e3b diff --git a/x11-misc/xdg-user-dirs/files/xdg-user-dirs-0.15-libiconv.patch b/x11-misc/xdg-user-dirs/files/xdg-user-dirs-0.15-libiconv.patch new file mode 100644 index 000000000000..c193fc83447a --- /dev/null +++ b/x11-misc/xdg-user-dirs/files/xdg-user-dirs-0.15-libiconv.patch @@ -0,0 +1,14 @@ +http://bugs.gentoo.org/366885 +http://bugs.gentoo.org/499940 + +--- Makefile.am ++++ Makefile.am +@@ -16,7 +16,7 @@ + xdgdir=$(sysconfdir)/xdg + xdg_DATA=user-dirs.conf user-dirs.defaults + +-libraries = $(LIBINTL) ++libraries = $(LIBINTL) $(LIBICONV) + + bin_PROGRAMS = \ + xdg-user-dirs-update \ diff --git a/x11-misc/xdg-user-dirs/metadata.xml b/x11-misc/xdg-user-dirs/metadata.xml new file mode 100644 index 000000000000..9879e83b822e --- /dev/null +++ b/x11-misc/xdg-user-dirs/metadata.xml @@ -0,0 +1,8 @@ + + + + freedesktop + + freedesktop-bugs@gentoo.org + + diff --git a/x11-misc/xdg-user-dirs/xdg-user-dirs-0.15.ebuild b/x11-misc/xdg-user-dirs/xdg-user-dirs-0.15.ebuild new file mode 100644 index 000000000000..bff7e501a7b1 --- /dev/null +++ b/x11-misc/xdg-user-dirs/xdg-user-dirs-0.15.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit autotools eutils + +DESCRIPTION="A tool to help manage 'well known' user directories" +HOMEPAGE="http://www.freedesktop.org/wiki/Software/xdg-user-dirs" +SRC_URI="http://user-dirs.freedesktop.org/releases/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris" +IUSE="gtk" + +RDEPEND="" +# libxslt is mandatory because 0.15 tarball is broken, re: +# http://bugs.freedesktop.org/show_bug.cgi?id=66251 +DEPEND="app-text/docbook-xml-dtd:4.3 + dev-libs/libxslt + sys-devel/gettext" +PDEPEND="gtk? ( x11-misc/xdg-user-dirs-gtk )" + +DOCS=( AUTHORS ChangeLog NEWS ) + +src_prepare() { + sed -i -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac || die #467032 + epatch "${FILESDIR}"/${P}-libiconv.patch + eautoreconf # for the above patch +} -- cgit v1.2.3-18-g5258