public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/lufis/
@ 2016-04-19 22:33 Manuel Rüger
  0 siblings, 0 replies; 6+ messages in thread
From: Manuel Rüger @ 2016-04-19 22:33 UTC (permalink / raw
  To: gentoo-commits

commit:     b10dc1b683478d933c1c68f078efd444d0a0636e
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 19 22:32:33 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue Apr 19 22:32:33 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b10dc1b6

sys-fs/lufis: Remove old

Package-Manager: portage-2.2.28

 sys-fs/lufis/Manifest         |  1 -
 sys-fs/lufis/lufis-0.2.ebuild | 34 ----------------------------------
 2 files changed, 35 deletions(-)

diff --git a/sys-fs/lufis/Manifest b/sys-fs/lufis/Manifest
index 80f9249..441256b 100644
--- a/sys-fs/lufis/Manifest
+++ b/sys-fs/lufis/Manifest
@@ -1,2 +1 @@
-DIST lufis-0.2.tar.gz 17072 SHA256 079bad9b0497db8942fcadf467cf5eff4534edcb8c59ec6081ca0cbf8b9477e6 SHA512 6242f918d88728cda1906c7537ca2c455ea7fee33af0eeb021c74c66dd1b2404a921007da4aed914b8c42423d943b895a201cdf5823da7a2ca64c768dbf05c74 WHIRLPOOL fba6280f1c8d101109559d69e17186d40d78a418fb631d76707531f6e5991ac32c4dcfe8a358e8936bd953eeb959d23aae6efca4deda745b7617f4e046b6d463
 DIST lufis-0.3.tar.gz 18158 SHA256 84b2c6fb0a14e07a62c7859e1c6903cddb41343a95b1e9115e6da44d1fa29837 SHA512 86f0c77e748ab7ba3f92ed9563011e8262b435a8878bf3629c8fa4a8e1bec058249a288e2aafd395f524748b419a599c6533900348b4e23239f47930a874e14e WHIRLPOOL 8810aba92973cfb55527f08ee7d389611d45b738989a5ba6c35a58f8041751b06138d72bfbc511d75f93a52add94844799c94ea2608e7b112a7e125e65a7f7c2

diff --git a/sys-fs/lufis/lufis-0.2.ebuild b/sys-fs/lufis/lufis-0.2.ebuild
deleted file mode 100644
index 45d388c..0000000
--- a/sys-fs/lufis/lufis-0.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit eutils
-
-DESCRIPTION="Wrapper to use lufs modules with fuse kernel support"
-SRC_URI="mirror://sourceforge/avf/${P}.tar.gz"
-HOMEPAGE="http://avf.sourceforge.net/"
-LICENSE="GPL-2"
-DEPEND="!<sys-fs/lufs-0.9.7-r3
-		>=sys-fs/fuse-1.3"
-KEYWORDS="x86 ~ppc"
-SLOT="0"
-IUSE=""
-
-src_unpack() {
-	unpack ${A}
-	cd ${S}
-	epatch ${FILESDIR}/${P}-lufs.patch
-}
-
-src_compile () {
-	emake || die "emake failed"
-}
-
-src_install () {
-	dobin lufis
-	dodoc README COPYING ChangeLog
-
-	insinto /usr/include/lufs/
-	doins lufs/fs.h
-	doins lufs/proto.h
-}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/lufis/
@ 2017-01-21  3:17 Mike Frysinger
  0 siblings, 0 replies; 6+ messages in thread
From: Mike Frysinger @ 2017-01-21  3:17 UTC (permalink / raw
  To: gentoo-commits

commit:     da3d51a2cef391deadc6bc63cd63820875b534df
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 21 03:17:21 2017 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Sat Jan 21 03:17:34 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da3d51a2

sys-fs/lufis: restore stable keywords

Previous commit here didn't intend to move to ~arch.

 sys-fs/lufis/lufis-0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/lufis/lufis-0.3.ebuild b/sys-fs/lufis/lufis-0.3.ebuild
index d94121f..df57946 100644
--- a/sys-fs/lufis/lufis-0.3.ebuild
+++ b/sys-fs/lufis/lufis-0.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/fuse/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ppc x86"
 IUSE=""
 
 DEPEND="!<sys-fs/lufs-0.9.7-r3


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/lufis/
@ 2019-01-12 10:59 Pacho Ramos
  0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos @ 2019-01-12 10:59 UTC (permalink / raw
  To: gentoo-commits

commit:     873570d4d401f31d46ce7d080226c20ac5e41a8f
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 12 10:11:57 2019 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Jan 12 10:11:57 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=873570d4

sys-fs/lufis: Use proper fuse slot

Closes: https://bugs.gentoo.org/673646
Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 sys-fs/lufis/lufis-0.3-r1.ebuild | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/sys-fs/lufis/lufis-0.3-r1.ebuild b/sys-fs/lufis/lufis-0.3-r1.ebuild
new file mode 100644
index 00000000000..5f2f2645949
--- /dev/null
+++ b/sys-fs/lufis/lufis-0.3-r1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit toolchain-funcs
+
+DESCRIPTION="Wrapper to use lufs modules with fuse kernel support"
+HOMEPAGE="http://fuse.sourceforge.net/"
+SRC_URI="mirror://sourceforge/fuse/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND="
+	!<sys-fs/lufs-0.9.7-r3
+	>=sys-fs/fuse-1.3:0=
+"
+DEPEND="${RDEPEND}"
+
+PATCHES=(
+	"${FILESDIR}"/lufis-allow-uid-and-gid-addon.patch
+)
+
+src_compile() {
+	emake CC="$(tc-getCC)"
+}
+
+src_install() {
+	dobin lufis
+	einstalldocs
+
+	insinto /usr/include/lufs/
+	doins fs.h proto.h
+}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/lufis/
@ 2021-07-15 21:33 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2021-07-15 21:33 UTC (permalink / raw
  To: gentoo-commits

commit:     6a05c6091614de2dfecc478348c45f1aba1dc8cc
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 15 21:32:20 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jul 15 21:32:20 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a05c609

sys-fs/lufis: Stabilize 0.3-r1 x86, #799686

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-fs/lufis/lufis-0.3-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-fs/lufis/lufis-0.3-r1.ebuild b/sys-fs/lufis/lufis-0.3-r1.ebuild
index 5f2f2645949..a7f5d38b0a2 100644
--- a/sys-fs/lufis/lufis-0.3-r1.ebuild
+++ b/sys-fs/lufis/lufis-0.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/fuse/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE=""
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/lufis/
@ 2021-07-26  6:24 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2021-07-26  6:24 UTC (permalink / raw
  To: gentoo-commits

commit:     2443a7d7b8f75e3528c186975a98d1e772af8647
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 26 06:24:10 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 26 06:24:10 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2443a7d7

sys-fs/lufis: Stabilize 0.3-r1 ppc, #799686

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-fs/lufis/lufis-0.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/lufis/lufis-0.3-r1.ebuild b/sys-fs/lufis/lufis-0.3-r1.ebuild
index a7f5d38b0a2..622fb2958b7 100644
--- a/sys-fs/lufis/lufis-0.3-r1.ebuild
+++ b/sys-fs/lufis/lufis-0.3-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/fuse/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="~amd64 ppc x86"
 IUSE=""
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/lufis/
@ 2021-08-03 13:18 Andreas Sturmlechner
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2021-08-03 13:18 UTC (permalink / raw
  To: gentoo-commits

commit:     d8b20388df699bf8afe6f755034bdfa2993ad615
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  3 12:22:59 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Aug  3 13:18:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8b20388

sys-fs/lufis: Drop 0.3 (r0), EAPI6--

Closes: https://bugs.gentoo.org/799686
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 sys-fs/lufis/lufis-0.3.ebuild | 34 ----------------------------------
 1 file changed, 34 deletions(-)

diff --git a/sys-fs/lufis/lufis-0.3.ebuild b/sys-fs/lufis/lufis-0.3.ebuild
deleted file mode 100644
index df57946bde0..00000000000
--- a/sys-fs/lufis/lufis-0.3.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit toolchain-funcs
-
-DESCRIPTION="Wrapper to use lufs modules with fuse kernel support"
-HOMEPAGE="http://fuse.sourceforge.net/"
-SRC_URI="mirror://sourceforge/fuse/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ppc x86"
-IUSE=""
-
-DEPEND="!<sys-fs/lufs-0.9.7-r3
-	>=sys-fs/fuse-1.3"
-
-PATCHES=(
-	"${FILESDIR}"/lufis-allow-uid-and-gid-addon.patch
-)
-
-src_compile() {
-	emake CC="$(tc-getCC)"
-}
-
-src_install() {
-	dobin lufis
-	dodoc README ChangeLog
-
-	insinto /usr/include/lufs/
-	doins fs.h proto.h
-}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-08-03 13:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-21  3:17 [gentoo-commits] repo/gentoo:master commit in: sys-fs/lufis/ Mike Frysinger
  -- strict thread matches above, loose matches on Subject: below --
2021-08-03 13:18 Andreas Sturmlechner
2021-07-26  6:24 Sam James
2021-07-15 21:33 Sam James
2019-01-12 10:59 Pacho Ramos
2016-04-19 22:33 Manuel Rüger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox