public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-backup/mirdir/
@ 2017-10-05 21:11 Patrice Clement
  0 siblings, 0 replies; 3+ messages in thread
From: Patrice Clement @ 2017-10-05 21:11 UTC (permalink / raw
  To: gentoo-commits

commit:     84db9af53abcfc1c79938330d0a80b20bbb33f74
Author:     charIes17 <charles17 <AT> arcor <DOT> de>
AuthorDate: Tue Aug 15 12:03:07 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Oct  5 21:10:51 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84db9af5

app-backup/mirdir: clean up old.

Package-Manager: Portage-2.3.6, Repoman-2.3.3
Closes: https://github.com/gentoo/gentoo/pull/5428

 app-backup/mirdir/mirdir-2.1-r1.ebuild | 29 -----------------------------
 1 file changed, 29 deletions(-)

diff --git a/app-backup/mirdir/mirdir-2.1-r1.ebuild b/app-backup/mirdir/mirdir-2.1-r1.ebuild
deleted file mode 100644
index 0347dc5f92a..00000000000
--- a/app-backup/mirdir/mirdir-2.1-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=3
-
-DESCRIPTION="Mirdir allows to synchronize two directory trees in a fast way"
-HOMEPAGE="http://sf.net/projects/mirdir"
-SRC_URI="mirror://sourceforge/${PN}/${P}-Unix.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-S="${WORKDIR}/${P}-UNIX"
-
-src_prepare() {
-	# Disable stripping, bug 239939
-	sed -i -e 's:strip .*::' Makefile.in || die
-}
-
-src_install() {
-	dobin bin/mirdir || die
-	doman mirdir.1
-	dodoc AUTHORS
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-backup/mirdir/
@ 2017-10-05 21:11 Patrice Clement
  0 siblings, 0 replies; 3+ messages in thread
From: Patrice Clement @ 2017-10-05 21:11 UTC (permalink / raw
  To: gentoo-commits

commit:     b4ab30f8709ec719d676eacaf936d4fac55b4d84
Author:     charIes17 <charles17 <AT> arcor <DOT> de>
AuthorDate: Tue Aug 15 12:01:31 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Oct  5 21:10:49 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4ab30f8

app-backup/mirdir: bump to EAPI version 6.

Closes: https://bugs.gentoo.org/621514
Closes: https://github.com/gentoo/gentoo/pull/5428
Package-Manager: Portage-2.3.6, Repoman-2.3.3

 app-backup/mirdir/mirdir-2.1-r2.ebuild | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/app-backup/mirdir/mirdir-2.1-r2.ebuild b/app-backup/mirdir/mirdir-2.1-r2.ebuild
new file mode 100644
index 00000000000..97c44d1b632
--- /dev/null
+++ b/app-backup/mirdir/mirdir-2.1-r2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Synchronize two directory trees in a fast way"
+HOMEPAGE="https://sourceforge.net/projects/mirdir/"
+SRC_URI="mirror://sourceforge/${PN}/${P}-Unix.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+S="${WORKDIR}/${P}-UNIX"
+
+src_prepare() {
+	default
+	# Disable stripping, bug 239939
+	sed -i -e 's:strip .*::' Makefile.in || die
+}
+
+src_install() {
+	dobin "bin/${PN}"
+	doman "${PN}.1"
+	einstalldocs
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-backup/mirdir/
@ 2022-08-28 20:15 Andreas Sturmlechner
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas Sturmlechner @ 2022-08-28 20:15 UTC (permalink / raw
  To: gentoo-commits

commit:     a77f80881dbd0ed52857f62d6ea9b8c43ca82b81
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 16 20:41:09 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug 28 20:15:09 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a77f8088

app-backup/mirdir: drop 2.1-r2, EAPI-6--

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-backup/mirdir/mirdir-2.1-r2.ebuild | 26 --------------------------
 1 file changed, 26 deletions(-)

diff --git a/app-backup/mirdir/mirdir-2.1-r2.ebuild b/app-backup/mirdir/mirdir-2.1-r2.ebuild
deleted file mode 100644
index 97c44d1b6321..000000000000
--- a/app-backup/mirdir/mirdir-2.1-r2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Synchronize two directory trees in a fast way"
-HOMEPAGE="https://sourceforge.net/projects/mirdir/"
-SRC_URI="mirror://sourceforge/${PN}/${P}-Unix.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-S="${WORKDIR}/${P}-UNIX"
-
-src_prepare() {
-	default
-	# Disable stripping, bug 239939
-	sed -i -e 's:strip .*::' Makefile.in || die
-}
-
-src_install() {
-	dobin "bin/${PN}"
-	doman "${PN}.1"
-	einstalldocs
-}


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

end of thread, other threads:[~2022-08-28 20:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-05 21:11 [gentoo-commits] repo/gentoo:master commit in: app-backup/mirdir/ Patrice Clement
  -- strict thread matches above, loose matches on Subject: below --
2017-10-05 21:11 Patrice Clement
2022-08-28 20:15 Andreas Sturmlechner

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