From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 01206138334 for ; Mon, 1 Oct 2018 10:45:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9916BE095E; Mon, 1 Oct 2018 10:45:09 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 58040E095E for ; Mon, 1 Oct 2018 10:45:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1F6AD335D22 for ; Mon, 1 Oct 2018 10:45:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B974F3BD for ; Mon, 1 Oct 2018 10:45:03 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1538390671.6843f848a8c0a40b91edfcd2c93c8e025fe92c63.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xdg-user-dirs/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xdg-user-dirs/Manifest x11-misc/xdg-user-dirs/xdg-user-dirs-0.16.ebuild X-VCS-Directories: x11-misc/xdg-user-dirs/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 6843f848a8c0a40b91edfcd2c93c8e025fe92c63 X-VCS-Branch: master Date: Mon, 1 Oct 2018 10:45:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: fba03c5a-05a9-44ff-bc0b-1b49e2f373f3 X-Archives-Hash: af22b1529ea7795fd03dfe4f35c10f67 commit: 6843f848a8c0a40b91edfcd2c93c8e025fe92c63 Author: Johannes Huber gentoo org> AuthorDate: Mon Oct 1 10:44:31 2018 +0000 Commit: Johannes Huber gentoo org> CommitDate: Mon Oct 1 10:44:31 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6843f848 x11-misc/xdg-user-dirs: Remove 0.16 Signed-off-by: Johannes Huber gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11 x11-misc/xdg-user-dirs/Manifest | 1 - x11-misc/xdg-user-dirs/xdg-user-dirs-0.16.ebuild | 31 ------------------------ 2 files changed, 32 deletions(-) diff --git a/x11-misc/xdg-user-dirs/Manifest b/x11-misc/xdg-user-dirs/Manifest index 796c099492a..dc216c40fd9 100644 --- a/x11-misc/xdg-user-dirs/Manifest +++ b/x11-misc/xdg-user-dirs/Manifest @@ -1,2 +1 @@ -DIST xdg-user-dirs-0.16.tar.gz 255933 BLAKE2B 827e1ec8265592cc2abe4861945fc0cb32ce777fc951df3a00e4f7e53f53f49e1c57ae242c6d3ff62eacd75ff7965fbb482aa4f8d2b4c2aece3b535e3a83ee47 SHA512 245513d1b16adc970b4a3c0b4a078cdeda62d36b39e4561754d8331e76ee0013a769d8c2e43c94f8b5c378619ee58bca534721a8675ceaeccbb3fdf69cf6f7ae DIST xdg-user-dirs-0.17.tar.gz 257291 BLAKE2B 75b44a841b7961977824581dbbc760282fa3a5eed0a5496746ff6e09cabe4dec022d0f6fb129a877d8310c1fb214035f1e917c0e327dd5267bb83c47bbe00d5f SHA512 a02cc251f2d0a8bd0dad498901c8c6fbe8dae0e0e156abcaf27b1ded376a1ed369c2e59201d56ab4e38c9d521026fa39199177f3868c30e5c50cc03665dc335f diff --git a/x11-misc/xdg-user-dirs/xdg-user-dirs-0.16.ebuild b/x11-misc/xdg-user-dirs/xdg-user-dirs-0.16.ebuild deleted file mode 100644 index 2fe86c80de6..00000000000 --- a/x11-misc/xdg-user-dirs/xdg-user-dirs-0.16.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit autotools - -DESCRIPTION="A tool to help manage 'well known' user directories" -HOMEPAGE="https://www.freedesktop.org/wiki/Software/xdg-user-dirs" -SRC_URI="https://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 ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="gtk" - -RDEPEND="" -# libxslt is mandatory because 0.15 tarball is broken, re: -# https://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 ) -PATCHES=( "${FILESDIR}"/${PN}-0.15-libiconv.patch ) - -src_prepare() { - default - sed -i -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac || die #467032 - eautoreconf # for the above patch -}