diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2011-01-31 15:14:12 +0000 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2011-01-31 15:14:12 +0000 |
commit | 7b28b6d6c94520f0440da83701bc62b00912a00f (patch) | |
tree | 0ea902d95f3109adf33a6686d129c06525977f6d /sys-process/incron | |
parent | Initial import (diff) | |
download | gentoo-2-7b28b6d6c94520f0440da83701bc62b00912a00f.tar.gz gentoo-2-7b28b6d6c94520f0440da83701bc62b00912a00f.tar.bz2 gentoo-2-7b28b6d6c94520f0440da83701bc62b00912a00f.zip |
Take maintainership. Revision bump. Reorder patches. Add separate init script. Fix INOTIFY check. Remove old ebuilds/patches.
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'sys-process/incron')
-rw-r--r-- | sys-process/incron/ChangeLog | 14 | ||||
-rw-r--r-- | sys-process/incron/files/incron-0.5.7-gcc43.patch | 51 | ||||
-rw-r--r-- | sys-process/incron/files/incron-0.5.7-gentoo.patch | 219 | ||||
-rw-r--r-- | sys-process/incron/files/incron-0.5.9-Makefile.patch | 119 | ||||
-rw-r--r-- | sys-process/incron/files/incron-0.5.9-gcc44.patch | 79 | ||||
-rw-r--r-- | sys-process/incron/files/incrond.init | 21 | ||||
-rw-r--r-- | sys-process/incron/incron-0.5.7.ebuild | 35 | ||||
-rw-r--r-- | sys-process/incron/incron-0.5.9-r1.ebuild | 43 | ||||
-rw-r--r-- | sys-process/incron/incron-0.5.9.ebuild | 33 | ||||
-rw-r--r-- | sys-process/incron/metadata.xml | 3 |
10 files changed, 276 insertions, 341 deletions
diff --git a/sys-process/incron/ChangeLog b/sys-process/incron/ChangeLog index 35a15f2544c0..185694a53ac3 100644 --- a/sys-process/incron/ChangeLog +++ b/sys-process/incron/ChangeLog @@ -1,6 +1,16 @@ # ChangeLog for sys-process/incron -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/incron/ChangeLog,v 1.13 2010/03/04 19:47:36 hollow Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-process/incron/ChangeLog,v 1.14 2011/01/31 15:14:12 idl0r Exp $ + +*incron-0.5.9-r1 (31 Jan 2011) + + 31 Jan 2011; Christian Ruppert <idl0r@gentoo.org> -incron-0.5.7.ebuild, + -files/incron-0.5.7-gcc43.patch, -files/incron-0.5.7-gentoo.patch, + -incron-0.5.9.ebuild, +incron-0.5.9-r1.ebuild, + +files/incron-0.5.9-Makefile.patch, +files/incron-0.5.9-gcc44.patch, + +files/incrond.init, metadata.xml: + Take maintainership. Revision bump. Reorder patches. Add separate init + script. Fix INOTIFY check. Remove old ebuilds/patches. 04 Mar 2010; Benedikt Böhm <hollow@gentoo.org> metadata.xml: remove myself from metadata.xml diff --git a/sys-process/incron/files/incron-0.5.7-gcc43.patch b/sys-process/incron/files/incron-0.5.7-gcc43.patch deleted file mode 100644 index b6a813c9a925..000000000000 --- a/sys-process/incron/files/incron-0.5.7-gcc43.patch +++ /dev/null @@ -1,51 +0,0 @@ ---- a/appargs.cpp -+++ b/appargs.cpp -@@ -19,6 +19,7 @@ - * - */ - -+#include <string.h> - - #include "strtok.h" - ---- a/icd-main.cpp -+++ b/icd-main.cpp -@@ -23,6 +23,7 @@ - #include <errno.h> - #include <sys/poll.h> - #include <sys/stat.h> -+#include <string.h> - - #include "inotify-cxx.h" - #include "appinst.h" ---- a/ict-main.cpp -+++ b/ict-main.cpp -@@ -25,6 +25,7 @@ - #include <fcntl.h> - #include <stdlib.h> - #include <limits.h> -+#include <string.h> - - #include "inotify-cxx.h" - #include "appargs.h" ---- a/incroncfg.cpp -+++ b/incroncfg.cpp -@@ -17,6 +17,8 @@ - #include <fstream> - #include <sstream> - -+#include <string.h> -+ - #include "incroncfg.h" - - ---- a/usertable.cpp -+++ b/usertable.cpp -@@ -25,6 +25,7 @@ - #include <grp.h> - #include <stdlib.h> - #include <sys/stat.h> -+#include <string.h> - - #include "usertable.h" - #include "incroncfg.h" diff --git a/sys-process/incron/files/incron-0.5.7-gentoo.patch b/sys-process/incron/files/incron-0.5.7-gentoo.patch deleted file mode 100644 index 0bfe26cfe82c..000000000000 --- a/sys-process/incron/files/incron-0.5.7-gentoo.patch +++ /dev/null @@ -1,219 +0,0 @@ -Index: incron-0.5.7/Makefile -=================================================================== ---- incron-0.5.7.orig/Makefile -+++ incron-0.5.7/Makefile -@@ -1,15 +1,16 @@ - --PREFIX = /usr/local --USERDATADIR = /var/spool/incron --SYSDATADIR = /etc/incron.d --CFGDIR = /etc --MANPATH = /usr/share/man -+PREFIX = $(DESTDIR)usr -+USERDATADIR = $(DESTDIR)var/spool/incron -+SYSDATADIR = $(DESTDIR)etc/incron.d -+CFGDIR = $(DESTDIR)etc -+MANPATH = $(DESTDIR)usr/share/man -+INITDIR = $(DESTDIR)etc/init.d - RELEASE = incron-`cat VERSION` - RELEASEDIR = /tmp/$(RELEASE) - - USER = root - --CXX = g++ -+CXX := g++ - INSTALL = install - - OPTIMIZE = -O2 -@@ -17,8 +18,8 @@ DEBUG = -g0 - WARNINGS = -Wall - CXXAUX = -pipe - --CXXFLAGS = $(OPTIMIZE) $(DEBUG) $(WARNINGS) $(CXXAUX) --LDFLAGS = $(WARNINGS) -+CXXFLAGS := $(OPTIMIZE) $(DEBUG) $(WARNINGS) $(CXXAUX) -+LDFLAGS += $(WARNINGS) - - PROGRAMS = incrond incrontab - -@@ -45,11 +46,15 @@ distclean: clean - - install: all install-man - [ -d $(PREFIX) ] -+ $(INSTALL) -m 0755 -d $(PREFIX)/bin -+ $(INSTALL) -m 0755 -d $(PREFIX)/sbin -+ $(INSTALL) -m 0755 -d $(INITDIR)/ - $(INSTALL) -m 04755 -o $(USER) incrontab $(PREFIX)/bin/ - $(INSTALL) -m 0755 incrond $(PREFIX)/sbin/ - $(INSTALL) -m 0755 -o $(USER) -d $(USERDATADIR) - $(INSTALL) -m 0755 -o $(USER) -d $(SYSDATADIR) -- $(INSTALL) -m 0644 -o $(USER) incron.conf.example $(CFGDIR) -+ $(INSTALL) -m 0644 -o $(USER) incron.conf $(CFGDIR) -+ $(INSTALL) -m 0755 incrond-init.d $(INITDIR)/incrond - - install-man: incrontab.1 incrontab.5 incrond.8 incron.conf.5 - $(INSTALL) -m 0755 -d $(MANPATH)/man1 -Index: incron-0.5.7/incrond-init.d -=================================================================== ---- /dev/null -+++ incron-0.5.7/incrond-init.d -@@ -0,0 +1,21 @@ -+#!/sbin/runscript -+# Copyright 1999-2007 Gentoo Foundation -+# Distributed under the terms of the GNU General Public License v2 -+# $Header: /var/cvsroot/gentoo-x86/sys-process/incron/files/incron-0.5.7-gentoo.patch,v 1.2 2007/12/19 20:56:38 hollow Exp $ -+ -+depend() { -+ use clock logger -+ need localmount -+} -+ -+start() { -+ ebegin "Starting incrond" -+ start-stop-daemon --start --quiet --exec /usr/sbin/incrond -- -f /etc/incron.conf -+ eend $? -+} -+ -+stop() { -+ ebegin "Stopping incrond" -+ start-stop-daemon --stop --quiet --pidfile /var/run/incrond.pid -+ eend $? -+} -Index: incron-0.5.7/incron.conf.example -=================================================================== ---- incron-0.5.7.orig/incron.conf.example -+++ /dev/null -@@ -1,72 +0,0 @@ --# --# *** incron example configuration file *** --# --# (c) Lukas Jelinek, 2007 --# -- -- --# Parameter: system_table_dir --# Meaning: system table directory --# Description: This directory is examined by incrond for system table files. --# Default: /etc/incron.d --# --# Example: --# system_table_dir = /var/spool/incron.systables -- -- --# Parameter: user_table_dir --# Meaning: user table directory --# Description: This directory is examined by incrond for user table files. --# Default: /var/spool/incron --# --# Example: --# user_table_dir = /var/spool/incron.usertables -- -- --# Parameter: allowed_users --# Meaning: allowed users list file --# Description: This file contains users allowed to use incron. --# Default: /etc/incron.allow --# --# Example: --# allowed_users = /etc/incron/allow -- -- --# Parameter: denied_users --# Meaning: denied users list file --# Description: This file contains users denied to use incron. --# Default: /etc/incron.deny --# --# Example: --# denied_users = /etc/incron/deny -- -- --# Parameter: lockfile_dir --# Meaning: application lock file directory --# Description: This directory is used for creating a lock avoiding to run --# multiple instances of incrond. --# Default: /var/run --# --# Example: --# lockfile_dir = /tmp -- -- --# Parameter: lockfile_name --# Meaning: application lock file name base --# Description: This name (appended by '.pid') is used for creating a lock --# avoiding to run multiple instances of incrond. --# Default: incrond --# --# Example: --# lockfile_name = incron.lock -- -- --# Parameter: editor --# Meaning: editor executable --# Description: This name or path is used to run as an editor for editting --# user tables. --# Default: vim --# --# Example: --# editor = nano -- -Index: incron-0.5.7/incron.conf -=================================================================== ---- /dev/null -+++ incron-0.5.7/incron.conf -@@ -0,0 +1,56 @@ -+# -+# *** incron example configuration file *** -+# -+# (c) Lukas Jelinek, 2007 -+# -+ -+# Parameter: system_table_dir -+# Meaning: system table directory -+# Description: This directory is examined by incrond for system table files. -+# Default: /etc/incron.d -+system_table_dir = /etc/incron.d -+ -+ -+# Parameter: user_table_dir -+# Meaning: user table directory -+# Description: This directory is examined by incrond for user table files. -+# Default: /var/spool/incron -+user_table_dir = /var/spool/incron -+ -+ -+# Parameter: allowed_users -+# Meaning: allowed users list file -+# Description: This file contains users allowed to use incron. -+# Default: /etc/incron.allow -+allowed_users = /etc/incron.allow -+ -+ -+# Parameter: denied_users -+# Meaning: denied users list file -+# Description: This file contains users denied to use incron. -+# Default: /etc/incron.deny -+denied_users = /etc/incron.deny -+ -+ -+# Parameter: lockfile_dir -+# Meaning: application lock file directory -+# Description: This directory is used for creating a lock avoiding to run -+# multiple instances of incrond. -+# Default: /var/run -+lockfile_dir = /var/run -+ -+ -+# Parameter: lockfile_name -+# Meaning: application lock file name base -+# Description: This name (appended by '.pid') is used for creating a lock -+# avoiding to run multiple instances of incrond. -+# Default: incrond -+lockfile_name = incrond -+ -+ -+# Parameter: editor -+# Meaning: editor executable -+# Description: This name or path is used to run as an editor for editting -+# user tables. -+# Default: vim -+editor = nano diff --git a/sys-process/incron/files/incron-0.5.9-Makefile.patch b/sys-process/incron/files/incron-0.5.9-Makefile.patch new file mode 100644 index 000000000000..0a040012ca78 --- /dev/null +++ b/sys-process/incron/files/incron-0.5.9-Makefile.patch @@ -0,0 +1,119 @@ +From 3f4e9ad5e9cf57fabdcaa3c1bc296b449c061a1b Mon Sep 17 00:00:00 2001 +From: Christian Ruppert <idl0r@gentoo.org> +Date: Mon, 31 Jan 2011 16:00:34 +0100 +Subject: [PATCH 2/2] Some improvements + +Respect DESTDIR. +Don't override CXX/CXXFLAGS/LDFLAGS. +Create all necessary directories during install. +Install the example configuration into $(PREFIX)/share/doc/... instead of /etc. +--- + Makefile | 57 +++++++++++++++++++++++++++++---------------------------- + 1 files changed, 29 insertions(+), 28 deletions(-) + +diff --git a/Makefile b/Makefile +index ded8e68..3ffc854 100644 +--- a/Makefile ++++ b/Makefile +@@ -1,15 +1,15 @@ +- + PREFIX = /usr/local + USERDATADIR = /var/spool/incron + SYSDATADIR = /etc/incron.d + CFGDIR = /etc +-MANPATH = /usr/share/man ++MANPATH = $(PREFIX)/share/man + RELEASE = incron-`cat VERSION` + RELEASEDIR = /tmp/$(RELEASE) ++DOCDIR = $(PREFIX)/share/doc/$(RELEASE)/ + + USER = root + +-CXX = g++ ++CXX ?= g++ + INSTALL = install + + OPTIMIZE = -O2 +@@ -17,8 +17,8 @@ DEBUG = -g0 + WARNINGS = -Wall + CXXAUX = -pipe + +-CXXFLAGS = $(OPTIMIZE) $(DEBUG) $(WARNINGS) $(CXXAUX) +-LDFLAGS = $(WARNINGS) ++CXXFLAGS ?= $(OPTIMIZE) $(DEBUG) $(CXXAUX) ++CXXFLAGS += $(WARNINGS) + + PROGRAMS = incrond incrontab + +@@ -29,10 +29,10 @@ INCRONTAB_OBJ = ict-main.o incrontab.o inotify-cxx.o strtok.o incroncfg.o apparg + all: $(PROGRAMS) + + incrond: $(INCROND_OBJ) +- $(CXX) $(LDFLAGS) -o $@ $(INCROND_OBJ) ++ $(CXX) $(CXXFLAGS) $(LDFLAGS) -o $@ $(INCROND_OBJ) + + incrontab: $(INCRONTAB_OBJ) +- $(CXX) $(LDFLAGS) -o $@ $(INCRONTAB_OBJ) ++ $(CXX) $(CXXFLAGS) $(LDFLAGS) -o $@ $(INCRONTAB_OBJ) + + .cpp.o: + $(CXX) -c $(CPPFLAGS) $(CXXFLAGS) -o $@ $< +@@ -44,33 +44,34 @@ clean: + distclean: clean + + install: all install-man +- [ -d $(PREFIX) ] +- $(INSTALL) -m 04755 -o $(USER) incrontab $(PREFIX)/bin/ +- $(INSTALL) -m 0755 incrond $(PREFIX)/sbin/ +- $(INSTALL) -m 0755 -o $(USER) -d $(USERDATADIR) +- $(INSTALL) -m 0755 -o $(USER) -d $(SYSDATADIR) +- $(INSTALL) -m 0644 -o $(USER) incron.conf.example $(CFGDIR) ++ $(INSTALL) -m 0755 -d $(DESTDIR)$(PREFIX)/bin/ ++ $(INSTALL) -m 0755 -d $(DESTDIR)$(PREFIX)/sbin/ ++ $(INSTALL) -m 0755 -d $(DESTDIR)$(DOCDIR)/ ++ $(INSTALL) -m 04755 -o $(USER) incrontab $(DESTDIR)$(PREFIX)/bin/ ++ $(INSTALL) -m 0755 incrond $(DESTDIR)$(PREFIX)/sbin/ ++ $(INSTALL) -m 0755 -o $(USER) -d $(DESTDIR)$(USERDATADIR) ++ $(INSTALL) -m 0755 -o $(USER) -d $(DESTDIR)$(SYSDATADIR) ++ $(INSTALL) -m 0644 incron.conf.example $(DESTDIR)$(DOCDIR)/ + + install-man: incrontab.1 incrontab.5 incrond.8 incron.conf.5 +- $(INSTALL) -m 0755 -d $(MANPATH)/man1 +- $(INSTALL) -m 0755 -d $(MANPATH)/man5 +- $(INSTALL) -m 0755 -d $(MANPATH)/man8 +- $(INSTALL) -m 0644 incrontab.1 $(MANPATH)/man1 +- $(INSTALL) -m 0644 incrontab.5 $(MANPATH)/man5 +- $(INSTALL) -m 0644 incrond.8 $(MANPATH)/man8 +- $(INSTALL) -m 0644 incron.conf.5 $(MANPATH)/man5 ++ $(INSTALL) -m 0755 -d $(DESTDIR)$(MANPATH)/man1 ++ $(INSTALL) -m 0755 -d $(DESTDIR)$(MANPATH)/man5 ++ $(INSTALL) -m 0755 -d $(DESTDIR)$(MANPATH)/man8 ++ $(INSTALL) -m 0644 incrontab.1 $(DESTDIR)$(MANPATH)/man1 ++ $(INSTALL) -m 0644 incrontab.5 $(DESTDIR)$(MANPATH)/man5 ++ $(INSTALL) -m 0644 incrond.8 $(DESTDIR)$(MANPATH)/man8 ++ $(INSTALL) -m 0644 incron.conf.5 $(DESTDIR)$(MANPATH)/man5 + + uninstall: uninstall-man +- [ -d $(PREFIX) ] +- rm -f $(PREFIX)/bin/incrontab +- rm -f $(PREFIX)/sbin/incrond +- rm -f $(CFGDIR)/incron.conf.example ++ rm -f $(DESTDIR)$(PREFIX)/bin/incrontab ++ rm -f $(DESTDIR)$(PREFIX)/sbin/incrond ++ rm -rf $(DESTDIR)$(DOCDIR)/ + + uninstall-man: +- rm -f $(MANPATH)/man1/incrontab.1 +- rm -f $(MANPATH)/man5/incrontab.5 +- rm -f $(MANPATH)/man8/incrond.8 +- rm -f $(MANPATH)/man5/incron.conf.5 ++ rm -f $(DESTDIR)$(MANPATH)/man1/incrontab.1 ++ rm -f $(DESTDIR)$(MANPATH)/man5/incrontab.5 ++ rm -f $(DESTDIR)$(MANPATH)/man8/incrond.8 ++ rm -f $(DESTDIR)$(MANPATH)/man5/incron.conf.5 + + update: uninstall install + +-- +1.7.3.4 + diff --git a/sys-process/incron/files/incron-0.5.9-gcc44.patch b/sys-process/incron/files/incron-0.5.9-gcc44.patch new file mode 100644 index 000000000000..3492edaea936 --- /dev/null +++ b/sys-process/incron/files/incron-0.5.9-gcc44.patch @@ -0,0 +1,79 @@ +From 09eee740a4b962b4d8140b3256bddc62b6cd8cb5 Mon Sep 17 00:00:00 2001 +From: Christian Ruppert <idl0r@gentoo.org> +Date: Mon, 31 Jan 2011 15:04:10 +0100 +Subject: [PATCH 1/2] GCC 4.4 fixes + +http://bts.aiken.cz/view.php?id=385 +http://bts.aiken.cz/view.php?id=447 +--- + appargs.cpp | 1 + + appinst.h | 1 + + incroncfg.cpp | 2 +- + incroncfg.h | 1 + + inotify-cxx.h | 1 + + 5 files changed, 5 insertions(+), 1 deletions(-) + +diff --git a/appargs.cpp b/appargs.cpp +index 3bac9b7..ac238b2 100644 +--- a/appargs.cpp ++++ b/appargs.cpp +@@ -21,6 +21,7 @@ + + + #include <cstring> ++#include <cstdio> + + #include "strtok.h" + +diff --git a/appinst.h b/appinst.h +index d5f2cbe..bdbc8e7 100644 +--- a/appinst.h ++++ b/appinst.h +@@ -23,6 +23,7 @@ + + + #include <string> ++#include <cstdio> + + + #define APPLOCK_BASEDIR "/var/run" +diff --git a/incroncfg.cpp b/incroncfg.cpp +index 6ff4d76..54fcfc5 100644 +--- a/incroncfg.cpp ++++ b/incroncfg.cpp +@@ -181,7 +181,7 @@ bool IncronCfg::ParseLine(const char* s, std::string& rKey, std::string& rVal) + + bool IncronCfg::IsComment(const char* s) + { +- char* sx = strchr(s, '#'); ++ const char* sx = strchr(s, '#'); + if (sx == NULL) + return false; + +diff --git a/incroncfg.h b/incroncfg.h +index 5d2c5b2..12aaf7d 100644 +--- a/incroncfg.h ++++ b/incroncfg.h +@@ -19,6 +19,7 @@ + + + #include <cstring> ++#include <cstdio> + #include <map> + + /// Configuration class. +diff --git a/inotify-cxx.h b/inotify-cxx.h +index bb3a0e6..1d98bd7 100644 +--- a/inotify-cxx.h ++++ b/inotify-cxx.h +@@ -30,6 +30,7 @@ + #include <string> + #include <deque> + #include <map> ++#include <cstdio> + + // Please ensure that the following headers take the right place + #include <sys/syscall.h> +-- +1.7.3.4 + diff --git a/sys-process/incron/files/incrond.init b/sys-process/incron/files/incrond.init new file mode 100644 index 000000000000..498f8b34acbb --- /dev/null +++ b/sys-process/incron/files/incrond.init @@ -0,0 +1,21 @@ +#!/sbin/runscript +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-process/incron/files/incrond.init,v 1.1 2011/01/31 15:14:12 idl0r Exp $ + +depend() { + use clock logger + need localmount +} + +start() { + ebegin "Starting incrond" + start-stop-daemon --start --pidfile /var/run/incrond.pid --exec /usr/sbin/incrond -- -f /etc/incron.conf + eend $? +} + +stop() { + ebegin "Stopping incrond" + start-stop-daemon --stop --pidfile /var/run/incrond.pid + eend $? +} diff --git a/sys-process/incron/incron-0.5.7.ebuild b/sys-process/incron/incron-0.5.7.ebuild deleted file mode 100644 index 80faeba80e43..000000000000 --- a/sys-process/incron/incron-0.5.7.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/incron/incron-0.5.7.ebuild,v 1.4 2009/08/12 02:59:33 robbat2 Exp $ - -inherit eutils linux-info toolchain-funcs - -DESCRIPTION="inotify based cron daemon" -HOMEPAGE="http://incron.aiken.cz/" -SRC_URI="http://inotify.aiken.cz/download/incron/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -CONFIG_CHECK="~INOTIFY" -ERROR_INOTIFY="Recompile your kernel with inotify support - CONFIG_INOTIFY" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-gentoo.patch - epatch "${FILESDIR}"/${P}-gcc43.patch -} - -src_compile() { - emake CXX=$(tc-getCXX) CXXFLAGS="${CXXFLAGS}" || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" -} diff --git a/sys-process/incron/incron-0.5.9-r1.ebuild b/sys-process/incron/incron-0.5.9-r1.ebuild new file mode 100644 index 000000000000..df1ec9ec7163 --- /dev/null +++ b/sys-process/incron/incron-0.5.9-r1.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-process/incron/incron-0.5.9-r1.ebuild,v 1.1 2011/01/31 15:14:12 idl0r Exp $ + +EAPI="3" + +inherit eutils linux-info toolchain-funcs + +DESCRIPTION="inotify based cron daemon" +HOMEPAGE="http://incron.aiken.cz/" +SRC_URI="http://inotify.aiken.cz/download/incron/${P}.tar.gz" + +LICENSE="GPL-2 LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +DEPEND="" +RDEPEND="" + +# < 2.6.18 => INOTIFY, >= 2.6.18 => INOTIFY_USER +# It should be ok to expect at least 2.6.18 +CONFIG_CHECK="~INOTIFY_USER" + +src_prepare() { + # http://bts.aiken.cz/view.php?id=385 + # http://bts.aiken.cz/view.php?id=447 + epatch "${FILESDIR}"/${P}-gcc44.patch + + epatch "${FILESDIR}"/${P}-Makefile.patch +} + +src_compile() { + emake CXX=$(tc-getCXX) || die "emake failed" +} + +src_install() { + emake DESTDIR="${D}" PREFIX=/usr install || die "emake install failed" + + newinitd "${FILESDIR}/incrond.init" incrond || die + + dodoc CHANGELOG README TODO +} diff --git a/sys-process/incron/incron-0.5.9.ebuild b/sys-process/incron/incron-0.5.9.ebuild deleted file mode 100644 index 18917d109d43..000000000000 --- a/sys-process/incron/incron-0.5.9.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/incron/incron-0.5.9.ebuild,v 1.1 2009/10/28 23:47:22 vapier Exp $ - -EAPI="2" - -inherit eutils linux-info toolchain-funcs - -DESCRIPTION="inotify based cron daemon" -HOMEPAGE="http://incron.aiken.cz/" -SRC_URI="http://inotify.aiken.cz/download/incron/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -CONFIG_CHECK="~INOTIFY" -ERROR_INOTIFY="Recompile your kernel with inotify support - CONFIG_INOTIFY" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-0.5.8-gentoo.patch \ - "${FILESDIR}"/${PN}-0.5.8-gcc44.patch -} - -src_compile() { - emake CXX=$(tc-getCXX) CXXFLAGS="${CXXFLAGS}" || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc CHANGELOG README TODO -} diff --git a/sys-process/incron/metadata.xml b/sys-process/incron/metadata.xml index 9f3fdee2246b..ea6573a9fbf4 100644 --- a/sys-process/incron/metadata.xml +++ b/sys-process/incron/metadata.xml @@ -3,6 +3,7 @@ <pkgmetadata> <herd>no-herd</herd> <maintainer> - <email>maintainer-needed@gentoo.org</email> + <email>idl0r@gentoo.org</email> + <name>Christian Ruppert</name> </maintainer> </pkgmetadata> |