public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/shared-mime-info/
Date: Wed,  7 Sep 2016 14:50:25 +0000 (UTC)	[thread overview]
Message-ID: <1473259814.40dd5e81bae3114022b29e7f0ca81f5234cd837c.mrueg@gentoo> (raw)

commit:     40dd5e81bae3114022b29e7f0ca81f5234cd837c
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  7 14:50:14 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Wed Sep  7 14:50:14 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40dd5e81

x11-misc/shared-mime-info: Remove old

Package-Manager: portage-2.3.0

 x11-misc/shared-mime-info/Manifest                 |  1 -
 .../shared-mime-info-1.4-r1.ebuild                 | 62 ----------------------
 .../shared-mime-info/shared-mime-info-1.5.ebuild   | 58 --------------------
 3 files changed, 121 deletions(-)

diff --git a/x11-misc/shared-mime-info/Manifest b/x11-misc/shared-mime-info/Manifest
index ad52393..83895ac 100644
--- a/x11-misc/shared-mime-info/Manifest
+++ b/x11-misc/shared-mime-info/Manifest
@@ -1,4 +1,3 @@
 DIST shared-mime-info-1.4.tar.xz 537916 SHA256 bbc0bd023f497dfd75e1ca73441cbbb5a63617d9e14f2790b868361cc055b5b1 SHA512 ac643a5360c1e4811b2df8e3c52434e5ee48f8e62a01ede3fb0895d30721b58b5b26c0edc43f779576ff899bd1a8b181699a08dbbb1e956394555f6ca983a582 WHIRLPOOL 32cb301cd54140b83af8c321b7ebc571b87b07ca86bfc68e6760e4dd3551188a092a96087042b13f1278c11cd88c261879fc816d0c2efcbee473211d929194bf
-DIST shared-mime-info-1.5.tar.xz 559040 SHA256 d6412840eb265bf36e61fd7b6fc6bea21b0f58cb22bed16f2ccccdd54bea4180 SHA512 8a97c8fa5a60eede056a42c36d9f8d015bf2788feca4630397ef71ba2cfe29ad469fb1669c368674edd4661af6b2f6823377cc27525f44c61788533c0c28e22a WHIRLPOOL 157dfc0f3a6aacde8ca734217f9a3b2e8baa9bc0254a2024716136215624e642b25537216f79c9a95ba55ee70dff872eb746cb3e0e07cb31a8a190d7d5bf6b7b
 DIST shared-mime-info-1.6.tar.xz 557240 SHA256 b2f8f85b6467933824180d0252bbcaee523f550a8fbc95cc4391bd43c03bc34c SHA512 01c57759d363a2f0513cda94de5eb236f3d56683630a1be12278d9043d6184cf5f04a25b9cdca76b72fe42590542dfd41ae39f4e9bcd9cb239c200e9079a5840 WHIRLPOOL d8c1a5cee530eb919d3f65c1c90fe3f443c4adee5f9e0cc4ed850866625776c532fac5d48c38607e23af516b98800a5016e35e6364ccb1ff7f30f2644fc16f6e
 DIST shared-mime-info-1.7.tar.xz 582172 SHA256 eacc781cfebaa2074e43cf9521dc7ab4391ace8a4712902b2841669c83144d2e SHA512 008745fe23cf751d2fd7f701ffdaaf22eff2c2e37b77455b94c26c718839f681654577035330f740429c862b8060939f9932f313b452ac885bf811dacce3eb78 WHIRLPOOL 4f988d9d38895b3a871d33199173b21ee0f47b05a0fe2abc7ec9658d6ee91f9374b2283d48bd0f383e4058a4afd560cb665e4bbe4066c48b56566c74bceb6f92

diff --git a/x11-misc/shared-mime-info/shared-mime-info-1.4-r1.ebuild b/x11-misc/shared-mime-info/shared-mime-info-1.4-r1.ebuild
deleted file mode 100644
index 39498ba..00000000
--- a/x11-misc/shared-mime-info/shared-mime-info-1.4-r1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils fdo-mime
-
-DESCRIPTION="The Shared MIME-info Database specification"
-HOMEPAGE="https://freedesktop.org/wiki/Software/shared-mime-info"
-SRC_URI="https://people.freedesktop.org/~hadess/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test"
-
-RDEPEND=">=dev-libs/glib-2
-	dev-libs/libxml2"
-DEPEND="${RDEPEND}
-	dev-util/intltool
-	sys-devel/gettext
-	virtual/pkgconfig"
-
-DOCS=( ChangeLog HACKING NEWS README )
-
-src_prepare() {
-	# Useful patches from usptream git, will be in next release
-	epatch "${FILESDIR}"/${P}-iso-1.patch
-	epatch "${FILESDIR}"/${P}-iso-2.patch
-
-	epatch_user
-}
-
-src_configure() {
-	export ac_cv_func_fdatasync=no #487504
-
-	econf \
-		$(use_enable test default-make-check) \
-		--disable-update-mimedb
-}
-
-src_compile() {
-	# FIXME: 0.91 fails with -j9 every second time like:
-	# update_mime_database-update-mime-database.o: file not recognized: File truncated
-	# collect2: ld returned 1 exit status
-	emake -j1
-}
-
-src_install() {
-	default
-
-	# in prefix, install an env.d entry such that prefix patch is used/added
-	if use prefix; then
-		echo "XDG_DATA_DIRS=\"${EPREFIX}/usr/share\"" > "${T}"/50mimeinfo
-		doenvd "${T}"/50mimeinfo
-	fi
-}
-
-pkg_postinst() {
-	use prefix && export XDG_DATA_DIRS="${EPREFIX}"/usr/share
-	fdo-mime_mime_database_update
-}

diff --git a/x11-misc/shared-mime-info/shared-mime-info-1.5.ebuild b/x11-misc/shared-mime-info/shared-mime-info-1.5.ebuild
deleted file mode 100644
index 6b10883..00000000
--- a/x11-misc/shared-mime-info/shared-mime-info-1.5.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils fdo-mime
-
-DESCRIPTION="The Shared MIME-info Database specification"
-HOMEPAGE="https://freedesktop.org/wiki/Software/shared-mime-info"
-SRC_URI="https://people.freedesktop.org/~hadess/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test"
-
-RDEPEND=">=dev-libs/glib-2
-	dev-libs/libxml2"
-DEPEND="${RDEPEND}
-	dev-util/intltool
-	sys-devel/gettext
-	virtual/pkgconfig"
-
-DOCS=( ChangeLog HACKING NEWS README )
-
-src_prepare() {
-	epatch_user
-}
-
-src_configure() {
-	export ac_cv_func_fdatasync=no #487504
-
-	econf \
-		$(use_enable test default-make-check) \
-		--disable-update-mimedb
-}
-
-src_compile() {
-	# FIXME: 0.91 fails with -j9 every second time like:
-	# update_mime_database-update-mime-database.o: file not recognized: File truncated
-	# collect2: ld returned 1 exit status
-	emake -j1
-}
-
-src_install() {
-	default
-
-	# in prefix, install an env.d entry such that prefix patch is used/added
-	if use prefix; then
-		echo "XDG_DATA_DIRS=\"${EPREFIX}/usr/share\"" > "${T}"/50mimeinfo
-		doenvd "${T}"/50mimeinfo
-	fi
-}
-
-pkg_postinst() {
-	use prefix && export XDG_DATA_DIRS="${EPREFIX}"/usr/share
-	fdo-mime_mime_database_update
-}


             reply	other threads:[~2016-09-07 14:50 UTC|newest]

Thread overview: 108+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-07 14:50 Manuel Rüger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-02-22  4:45 [gentoo-commits] repo/gentoo:master commit in: x11-misc/shared-mime-info/ Ionen Wolkens
2024-02-06 20:13 Sam James
2024-02-06 19:29 Sam James
2024-02-06  5:04 Sam James
2024-02-06  5:04 Sam James
2024-02-06  5:04 Sam James
2024-02-06  4:56 Sam James
2024-02-06  4:56 Sam James
2023-11-12 22:39 Sam James
2023-11-08 19:48 Andreas Sturmlechner
2023-10-15 12:38 Sam James
2023-10-15 12:38 Sam James
2022-05-05 16:48 Jakov Smolić
2022-05-04  8:16 WANG Xuerui
2022-04-29  4:06 Sam James
2022-04-29  4:06 Sam James
2022-04-29  4:06 Sam James
2022-04-29  3:30 Sam James
2022-04-22 15:20 Agostino Sarubbo
2022-04-20 23:53 Sam James
2022-04-20 23:53 Sam James
2022-03-30  4:11 Sam James
2021-10-07  6:37 Sam James
2021-09-09  7:39 Agostino Sarubbo
2021-09-09  7:17 Agostino Sarubbo
2021-09-08  0:46 Sam James
2021-09-08  0:46 Sam James
2021-09-08  0:46 Sam James
2021-09-08  0:42 Sam James
2021-09-07 17:00 Sam James
2021-09-07 14:08 Pacho Ramos
2021-04-05 22:19 Sam James
2021-01-07 16:52 Sam James
2021-01-07 10:09 Sam James
2021-01-06 12:05 Fabian Groffen
2021-01-06  8:09 Sam James
2021-01-06  8:09 Sam James
2021-01-04 19:40 Sergei Trofimovich
2021-01-04 19:37 Sergei Trofimovich
2021-01-04 17:39 Sam James
2021-01-01  3:32 Sam James
2020-12-27 18:29 Fabian Groffen
2020-08-31 14:26 Yixun Lan
2020-06-19  8:35 Lars Wendler
2020-06-15 19:49 Lars Wendler
2020-06-15 15:06 Lars Wendler
2020-06-15 14:35 Lars Wendler
2020-06-15 13:47 Lars Wendler
2020-06-15 12:23 Lars Wendler
2020-05-29 20:42 Sergei Trofimovich
2020-05-28 15:45 Agostino Sarubbo
2020-05-28 15:43 Agostino Sarubbo
2020-05-28 15:42 Agostino Sarubbo
2020-05-28 15:40 Agostino Sarubbo
2020-05-28 15:39 Agostino Sarubbo
2020-05-28 15:37 Agostino Sarubbo
2020-05-28 12:32 Agostino Sarubbo
2020-05-23 13:34 Andreas Sturmlechner
2020-04-19 15:59 Andreas Sturmlechner
2019-12-08  5:32 Matt Turner
2019-11-27 20:15 Sergei Trofimovich
2019-11-22 13:44 Matt Turner
2019-11-20 23:14 Aaron Bauman
2019-11-20 15:40 Agostino Sarubbo
2019-11-20 11:50 Agostino Sarubbo
2019-11-20 11:48 Agostino Sarubbo
2019-11-20 11:35 Agostino Sarubbo
2019-11-20 11:27 Agostino Sarubbo
2019-11-20 11:21 Agostino Sarubbo
2019-11-20 11:16 Agostino Sarubbo
2019-05-04 18:29 Andreas K. Hüttel
2019-05-02 15:37 Mike Gilbert
2019-05-01 15:51 Mike Gilbert
2019-05-01 15:51 Mike Gilbert
2018-10-20 11:26 Markus Meier
2018-10-14 11:07 Mikle Kolyada
2018-10-12  7:32 Tobias Klausmann
2018-10-06 19:46 Matt Turner
2018-10-06 19:46 Matt Turner
2018-09-30 23:03 Mart Raudsepp
2018-09-30 21:38 Sergei Trofimovich
2018-09-28  7:42 Mikle Kolyada
2018-09-25  6:35 Sergei Trofimovich
2018-09-24 21:26 Sergei Trofimovich
2018-09-24  1:50 Thomas Deutschmann
2018-07-04  9:28 Lars Wendler
2018-05-24 17:18 Mike Frysinger
2018-04-05 21:07 Sergei Trofimovich
2018-04-05 12:39 Mart Raudsepp
2018-03-17  0:22 Michael Palimaka
2018-03-15 13:41 Mikle Kolyada
2018-02-06 18:36 Thomas Deutschmann
2018-01-29 15:51 Tobias Klausmann
2017-12-25 11:01 Sergei Trofimovich
2017-12-24 11:11 Sergei Trofimovich
2017-12-21 11:05 Sergei Trofimovich
2017-12-18 16:18 Jason Zaman
2017-09-19 17:15 Manuel Rüger
2017-07-26 19:51 Markus Meier
2017-06-30  8:23 Sergei Trofimovich
2017-06-28 13:19 Agostino Sarubbo
2017-03-07  9:14 David Seifert
2017-02-20 14:11 Michael Haubenwallner
2016-12-08 20:55 Justin Lecher
2016-09-07 14:50 Manuel Rüger
2016-02-27 10:03 Manuel Rüger
2015-10-05 22:58 Manuel Rüger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1473259814.40dd5e81bae3114022b29e7f0ca81f5234cd837c.mrueg@gentoo \
    --to=mrueg@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox