diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-07-17 13:36:45 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-07-17 13:36:45 +0000 |
commit | 3dbfaa84313e81b9fc24fe03896c0023ae4910db (patch) | |
tree | f086c78215398023a8057c00b360ef3e3b8bcdf7 /sys-apps/dnotify | |
parent | cleanup (diff) | |
download | gentoo-2-3dbfaa84313e81b9fc24fe03896c0023ae4910db.tar.gz gentoo-2-3dbfaa84313e81b9fc24fe03896c0023ae4910db.tar.bz2 gentoo-2-3dbfaa84313e81b9fc24fe03896c0023ae4910db.zip |
Version bump.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sys-apps/dnotify')
-rw-r--r-- | sys-apps/dnotify/ChangeLog | 9 | ||||
-rw-r--r-- | sys-apps/dnotify/dnotify-0.18.0.ebuild | 24 | ||||
-rw-r--r-- | sys-apps/dnotify/files/digest-dnotify-0.18.0 | 1 |
3 files changed, 32 insertions, 2 deletions
diff --git a/sys-apps/dnotify/ChangeLog b/sys-apps/dnotify/ChangeLog index bb6326ef77bd..3d314e46eb61 100644 --- a/sys-apps/dnotify/ChangeLog +++ b/sys-apps/dnotify/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/dnotify -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dnotify/ChangeLog,v 1.14 2004/11/03 03:23:40 gustavoz Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dnotify/ChangeLog,v 1.15 2005/07/17 13:33:52 vapier Exp $ + +*dnotify-0.18.0 (17 Jul 2005) + + 17 Jul 2005; Mike Frysinger <vapier@gentoo.org> +dnotify-0.18.0.ebuild: + Version bump. 03 Nov 2004; Gustavo Zacarias <gustavoz@gentoo.org> dnotify-0.16.0.ebuild, dnotify-0.17.1.ebuild, dnotify-0.5.0.ebuild: diff --git a/sys-apps/dnotify/dnotify-0.18.0.ebuild b/sys-apps/dnotify/dnotify-0.18.0.ebuild new file mode 100644 index 000000000000..5a30c181189b --- /dev/null +++ b/sys-apps/dnotify/dnotify-0.18.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dnotify/dnotify-0.18.0.ebuild,v 1.1 2005/07/17 13:33:52 vapier Exp $ + +DESCRIPTION="Execute a command when the contents of a directory change" +HOMEPAGE="http://www.student.lu.se/~nbi98oli/dnotify.html" +SRC_URI="http://www.student.lu.se/~nbi98oli/src/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~mips ~ppc -sparc ~x86" +IUSE="nls" + +DEPEND="nls? ( sys-devel/gettext )" + +src_compile() { + econf $(use_enable nls) || die "failed to configure" + emake || die "failed to make" +} + +src_install() { + make DESTDIR="${D}" install || die "make install failed" + dodoc AUTHORS TODO NEWS README +} diff --git a/sys-apps/dnotify/files/digest-dnotify-0.18.0 b/sys-apps/dnotify/files/digest-dnotify-0.18.0 new file mode 100644 index 000000000000..70ba29e024a8 --- /dev/null +++ b/sys-apps/dnotify/files/digest-dnotify-0.18.0 @@ -0,0 +1 @@ +MD5 7af869cee7e07b10817c4e7918ad0aee dnotify-0.18.0.tar.gz 187909 |