public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/davl/
@ 2016-05-21 15:35 Pacho Ramos
  0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos @ 2016-05-21 15:35 UTC (permalink / raw
  To: gentoo-commits

commit:     c58d4fceaeb2bec16e123fcc9a6f278bb6a40ba7
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat May 21 14:49:29 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat May 21 15:34:56 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c58d4fce

sys-fs/davl: Cleanup due to #155425

Package-Manager: portage-2.3.0_rc1

 sys-fs/davl/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/sys-fs/davl/metadata.xml b/sys-fs/davl/metadata.xml
index 09836b5..dfefefa 100644
--- a/sys-fs/davl/metadata.xml
+++ b/sys-fs/davl/metadata.xml
@@ -1,9 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="person">
-    <email>armin76@gentoo.org</email>
-  </maintainer>
   <upstream>
     <remote-id type="sourceforge">davl</remote-id>
   </upstream>


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

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/davl/
@ 2018-04-08 22:42 Patrice Clement
  0 siblings, 0 replies; 4+ messages in thread
From: Patrice Clement @ 2018-04-08 22:42 UTC (permalink / raw
  To: gentoo-commits

commit:     caf3a2e001974748bf8c0b0228ab764e30b0434b
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Apr  8 16:52:04 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Apr  8 22:41:57 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caf3a2e0

sys-fs/davl: remove old.

 sys-fs/davl/davl-1.2.4-r1.ebuild | 35 -----------------------------------
 1 file changed, 35 deletions(-)

diff --git a/sys-fs/davl/davl-1.2.4-r1.ebuild b/sys-fs/davl/davl-1.2.4-r1.ebuild
deleted file mode 100644
index 7075c9b71cf..00000000000
--- a/sys-fs/davl/davl-1.2.4-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Visualizes the fragmentation status of ext2/3 filesystems"
-HOMEPAGE="http://davl.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=x11-libs/gtk+-2.6:2"
-DEPEND="${RDEPEND}
-	>=sys-fs/e2fsprogs-1.41.7-r1
-	virtual/pkgconfig"
-
-src_prepare() {
-	epatch \
-		"${FILESDIR}"/${PN}-1.2.1-asneeded.patch \
-		"${FILESDIR}"/${P}-fragment.patch
-}
-
-src_compile() {
-	emake CC="$(tc-getCC)"
-}
-
-src_install() {
-	dobin src/{cdavl/cdavl,gdavl/gdavl}
-	dodoc README
-	doman doc/*.8
-}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/davl/
@ 2018-07-26  3:58 David Seifert
  0 siblings, 0 replies; 4+ messages in thread
From: David Seifert @ 2018-07-26  3:58 UTC (permalink / raw
  To: gentoo-commits

commit:     65507d39254e142fc870358ad06233cfbd1d0b38
Author:     Lucian Poston <lucianposton <AT> pm <DOT> me>
AuthorDate: Thu Jul 26 01:36:57 2018 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Jul 26 03:38:49 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65507d39

sys-fs/davl: Remove ~amd64

Closes: https://bugs.gentoo.org/662150
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/9353

 sys-fs/davl/davl-1.2.4-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-fs/davl/davl-1.2.4-r2.ebuild b/sys-fs/davl/davl-1.2.4-r2.ebuild
index 7d27600f6a5..0fdc23693d0 100644
--- a/sys-fs/davl/davl-1.2.4-r2.ebuild
+++ b/sys-fs/davl/davl-1.2.4-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~x86"
 IUSE=""
 
 RDEPEND=">=x11-libs/gtk+-2.6:2"


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

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/davl/
@ 2023-05-04 21:39 Conrad Kostecki
  0 siblings, 0 replies; 4+ messages in thread
From: Conrad Kostecki @ 2023-05-04 21:39 UTC (permalink / raw
  To: gentoo-commits

commit:     a1703d7bc45aa7fac9fc34de210bffa2bf2b932d
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Apr 30 07:52:29 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu May  4 21:38:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1703d7b

sys-fs/davl: EAPI8 bump, fix LICENSE

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/30814
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-fs/davl/davl-1.2.4-r2.ebuild | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/sys-fs/davl/davl-1.2.4-r2.ebuild b/sys-fs/davl/davl-1.2.4-r2.ebuild
index d91a538ee69d..6b0ae67ee19d 100644
--- a/sys-fs/davl/davl-1.2.4-r2.ebuild
+++ b/sys-fs/davl/davl-1.2.4-r2.ebuild
@@ -1,22 +1,22 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
+
 inherit toolchain-funcs
 
 DESCRIPTION="Visualizes the fragmentation status of ext2/3 filesystems"
-HOMEPAGE="http://davl.sourceforge.net/"
+HOMEPAGE="https://davl.sourceforge.net/"
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~x86"
-IUSE=""
 
 RDEPEND=">=x11-libs/gtk+-2.6:2"
 DEPEND="${RDEPEND}
-	>=sys-fs/e2fsprogs-1.41.7-r1
-	virtual/pkgconfig"
+	>=sys-fs/e2fsprogs-1.41.7-r1"
+BDEPEND="virtual/pkgconfig"
 
 PATCHES=(
 	"${FILESDIR}"/${PN}-1.2.1-asneeded.patch


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

end of thread, other threads:[~2023-05-04 21:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-08 22:42 [gentoo-commits] repo/gentoo:master commit in: sys-fs/davl/ Patrice Clement
  -- strict thread matches above, loose matches on Subject: below --
2023-05-04 21:39 Conrad Kostecki
2018-07-26  3:58 David Seifert
2016-05-21 15:35 Pacho Ramos

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