* [gentoo-commits] repo/gentoo:master commit in: app-admin/watchfolder/
@ 2017-03-08 23:10 Patrice Clement
0 siblings, 0 replies; 4+ messages in thread
From: Patrice Clement @ 2017-03-08 23:10 UTC (permalink / raw
To: gentoo-commits
commit: adb454c92a23837bdc9955239442c736494b78e1
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 8 23:10:19 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Mar 8 23:10:35 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adb454c9
app-admin/watchfolder: clean up old.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
app-admin/watchfolder/watchfolder-0.3.3.ebuild | 43 --------------------------
1 file changed, 43 deletions(-)
diff --git a/app-admin/watchfolder/watchfolder-0.3.3.ebuild b/app-admin/watchfolder/watchfolder-0.3.3.ebuild
deleted file mode 100644
index 87993d3e5a6..00000000000
--- a/app-admin/watchfolder/watchfolder-0.3.3.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Watches directories and processes files"
-HOMEPAGE="http://freshmeat.net/projects/watchd/"
-SRC_URI="http://dstunrea.sdf-eu.org/files/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~x86"
-IUSE=""
-DEPEND=""
-
-S="${WORKDIR}/${P/folder/d}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- # patch to remove warnings on 64 bit systems
- epatch "${FILESDIR}"/${PV}-64bit.patch || die
- # and a gcc 4.3.3 / fortify_sources fix
- epatch "${FILESDIR}"/${PV}-fortify-sources.patch || die
-
- sed -i \
- -e '/-c -o/s:OPT:CFLAGS:' \
- -e 's:(\(LD\)\?OPT):(LDFLAGS) $(CFLAGS):' \
- -e 's:gcc:$(CC):' \
- Makefile || die "sed Makefile failed"
-}
-
-src_compile() {
- emake CC="$(tc-getCC)" || die "emake failed"
-}
-
-src_install() {
- dobin watchd || die "dobin failed"
- insinto /etc
- doins watchd.conf
- dodoc README doc/*
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/watchfolder/
@ 2018-10-14 13:03 Pacho Ramos
0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos @ 2018-10-14 13:03 UTC (permalink / raw
To: gentoo-commits
commit: daa0b81449e22fba1170d02be15073875e571ef0
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 14 12:55:14 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Oct 14 13:02:31 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daa0b814
app-admin/watchfolder: No homepage neither SRC_URI (#618274)
Closes: https://bugs.gentoo.org/618274
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
app-admin/watchfolder/watchfolder-0.3.3-r1.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-admin/watchfolder/watchfolder-0.3.3-r1.ebuild b/app-admin/watchfolder/watchfolder-0.3.3-r1.ebuild
index ff216bde996..d6fc7c4146b 100644
--- a/app-admin/watchfolder/watchfolder-0.3.3-r1.ebuild
+++ b/app-admin/watchfolder/watchfolder-0.3.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -6,8 +6,8 @@ EAPI=6
inherit eutils toolchain-funcs
DESCRIPTION="watches directories and processes files"
-HOMEPAGE="http://freshmeat.net/projects/watchd/"
-SRC_URI="http://dstunrea.sdf-eu.org/files/${P}.tar.gz"
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
+SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/watchfolder/
@ 2017-05-11 22:05 Patrice Clement
0 siblings, 0 replies; 4+ messages in thread
From: Patrice Clement @ 2017-05-11 22:05 UTC (permalink / raw
To: gentoo-commits
commit: f68376bd2b291f297143ab99d99367011b4a5974
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu May 11 21:54:36 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu May 11 22:05:17 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f68376bd
app-admin/watchfolder: stable for amd64.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
app-admin/watchfolder/watchfolder-0.3.3-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-admin/watchfolder/watchfolder-0.3.3-r1.ebuild b/app-admin/watchfolder/watchfolder-0.3.3-r1.ebuild
index 395d4e142bb..ff216bde996 100644
--- a/app-admin/watchfolder/watchfolder-0.3.3-r1.ebuild
+++ b/app-admin/watchfolder/watchfolder-0.3.3-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://dstunrea.sdf-eu.org/files/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~x86"
+KEYWORDS="~alpha amd64 ~ppc ~x86"
S="${WORKDIR}/${P/folder/d}"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/watchfolder/
@ 2017-03-08 23:10 Patrice Clement
0 siblings, 0 replies; 4+ messages in thread
From: Patrice Clement @ 2017-03-08 23:10 UTC (permalink / raw
To: gentoo-commits
commit: 45894a976b7f1e443571c42e8859b07fbc18c2ce
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 8 23:01:16 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Mar 8 23:10:32 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45894a97
app-admin/watchfolder: remove trailing whitespaces.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
app-admin/watchfolder/watchfolder-0.3.3-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-admin/watchfolder/watchfolder-0.3.3-r1.ebuild b/app-admin/watchfolder/watchfolder-0.3.3-r1.ebuild
index 6d61b35109f..395d4e142bb 100644
--- a/app-admin/watchfolder/watchfolder-0.3.3-r1.ebuild
+++ b/app-admin/watchfolder/watchfolder-0.3.3-r1.ebuild
@@ -22,7 +22,7 @@ PATCHES=(
"${FILESDIR}"/${PV}-fortify-sources.patch
)
-src_prepare() {
+src_prepare() {
default
sed -i \
-e '/-c -o/s:OPT:CFLAGS:' \
@@ -36,7 +36,7 @@ src_compile() {
}
src_install() {
- dobin watchd
+ dobin watchd
insinto /etc
doins watchd.conf
dodoc README doc/*
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-10-14 13:03 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-08 23:10 [gentoo-commits] repo/gentoo:master commit in: app-admin/watchfolder/ Patrice Clement
-- strict thread matches above, loose matches on Subject: below --
2018-10-14 13:03 Pacho Ramos
2017-05-11 22:05 Patrice Clement
2017-03-08 23:10 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox