public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/rar2fs/
Date: Sun, 12 May 2019 04:53:53 +0000 (UTC)	[thread overview]
Message-ID: <1557636701.c5d7c6ec03977059ad585b4cefe6a1c8ca9766f6.radhermit@gentoo> (raw)

commit:     c5d7c6ec03977059ad585b4cefe6a1c8ca9766f6
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sun May 12 04:46:57 2019 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sun May 12 04:51:41 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5d7c6ec

sys-fs/rar2fs: remove old

Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>

 sys-fs/rar2fs/Manifest             |  1 -
 sys-fs/rar2fs/rar2fs-1.27.1.ebuild | 26 --------------------------
 sys-fs/rar2fs/rar2fs-1.27.2.ebuild | 27 ---------------------------
 3 files changed, 54 deletions(-)

diff --git a/sys-fs/rar2fs/Manifest b/sys-fs/rar2fs/Manifest
index 8a1e7797136..ccc6e5e7bd6 100644
--- a/sys-fs/rar2fs/Manifest
+++ b/sys-fs/rar2fs/Manifest
@@ -1,2 +1 @@
-DIST rar2fs-1.27.1.tar.gz 260012 BLAKE2B 71f308827e33a32b5cda7d30d92147fe435eb09f914f50a7d7917ace18131a8d6b2568f50eaeedcaf2e19c66559666f67665f8ef7f475f57bb17032845c87159 SHA512 c31bc00e532192baa1faeaffa484306e13c1c4110677ae6235048087637a8af2f604ded9cfdec9889d9c5cb099e0433a50cbbce0fb034442d0201e19ff0abfbe
 DIST rar2fs-1.27.2.tar.gz 259516 BLAKE2B ffa34fa5e38e22c0055c6a98442ad29a1ee62e215ff5e8fcc88a254a7de2d6c2842608adfeb22edece748dbc7173bba0574132cf8a9e735c5b84c53b0eb1b163 SHA512 7316198e1812cb88822e14c115d9dc0d98addeae3c6587888210197139046fb936ad3f1d599c45714c3d127535cf819311d314301249be78b91d66ebfc0fa453

diff --git a/sys-fs/rar2fs/rar2fs-1.27.1.ebuild b/sys-fs/rar2fs/rar2fs-1.27.1.ebuild
deleted file mode 100644
index 6bf7bd3f3ad..00000000000
--- a/sys-fs/rar2fs/rar2fs-1.27.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A FUSE based filesystem that can mount one or multiple RAR archive(s)"
-HOMEPAGE="https://hasse69.github.io/rar2fs/ https://github.com/hasse69/rar2fs"
-SRC_URI="https://github.com/hasse69/${PN}/releases/download/v${PV}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-RDEPEND=">=app-arch/unrar-5:=
-	sys-fs/fuse:0"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-	export USER_CFLAGS="${CFLAGS}"
-
-	econf \
-		--with-unrar=/usr/include/libunrar \
-		--disable-static-unrar \
-		$(use_enable debug)
-}

diff --git a/sys-fs/rar2fs/rar2fs-1.27.2.ebuild b/sys-fs/rar2fs/rar2fs-1.27.2.ebuild
deleted file mode 100644
index d072f4d0c56..00000000000
--- a/sys-fs/rar2fs/rar2fs-1.27.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="A FUSE based filesystem that can mount one or multiple RAR archive(s)"
-HOMEPAGE="https://hasse69.github.io/rar2fs/ https://github.com/hasse69/rar2fs"
-SRC_URI="https://github.com/hasse69/${PN}/releases/download/v${PV}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-RDEPEND=">=app-arch/unrar-5
-	sys-fs/fuse:0"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-	export USER_CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS} -I/usr/include/libunrar"
-
-	# use static lib to avoid ABI breaks when upstream doesn't follow semantic versioning
-	econf \
-		--with-unrar="/usr/$(get_libdir)" \
-		--enable-static-unrar \
-		$(use_enable debug)
-}


             reply	other threads:[~2019-05-12  4:53 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-12  4:53 Tim Harder [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-22 15:05 [gentoo-commits] repo/gentoo:master commit in: sys-fs/rar2fs/ Joonas Niilola
2024-03-16  9:26 Joonas Niilola
2023-09-15  6:50 Florian Schmaus
2023-09-15  6:50 Florian Schmaus
2021-06-16 14:02 Sam James
2021-01-22  4:15 Sam James
2021-01-04 22:27 Lars Wendler
2020-10-07  0:20 Sam James
2020-10-07  0:20 Sam James
2020-03-26  7:22 Joonas Niilola
2020-03-26  7:22 Joonas Niilola
2019-11-18  5:27 Tim Harder
2019-11-17  6:07 Tim Harder
2019-10-08 14:40 Tim Harder
2019-05-12  4:53 Tim Harder
2019-05-10 20:33 Tim Harder
2019-05-10 20:33 Tim Harder
2018-12-13  9:07 Tim Harder
2018-06-04 23:38 Tim Harder
2018-03-20  2:21 Tim Harder
2017-10-29  6:18 Tim Harder
2017-08-31 15:46 Tim Harder
2017-08-31 15:46 Tim Harder
2017-07-10  7:37 Tim Harder
2017-05-04  8:45 Tim Harder
2017-04-02  8:31 Tim Harder
2016-12-09  6:00 Tim Harder
2016-09-06  0:37 Tim Harder
2016-08-16 22:51 Tim Harder
2016-08-16 22:51 Tim Harder
2016-08-06 10:17 Pacho Ramos
2016-01-11  4:20 Tim Harder
2015-12-01  6:39 Tim Harder

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=1557636701.c5d7c6ec03977059ad585b4cefe6a1c8ca9766f6.radhermit@gentoo \
    --to=radhermit@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