diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-01-10 10:40:22 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-01-10 10:40:22 +0000 |
commit | 3060d3c153ae989f1bf1ff9fedbd0689615ed4bf (patch) | |
tree | b35be387df3fd9973b70b016aeb968cecd14b606 /sys-apps/dnotify | |
parent | old (diff) | |
download | gentoo-2-3060d3c153ae989f1bf1ff9fedbd0689615ed4bf.tar.gz gentoo-2-3060d3c153ae989f1bf1ff9fedbd0689615ed4bf.tar.bz2 gentoo-2-3060d3c153ae989f1bf1ff9fedbd0689615ed4bf.zip |
Update HOMEPAGE #205167 and touchup ebuild.
(Portage version: 2.1.4_rc14)
Diffstat (limited to 'sys-apps/dnotify')
-rw-r--r-- | sys-apps/dnotify/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/dnotify/dnotify-0.18.0.ebuild | 15 |
2 files changed, 12 insertions, 10 deletions
diff --git a/sys-apps/dnotify/ChangeLog b/sys-apps/dnotify/ChangeLog index 719eaca95c33..41fba72c34cc 100644 --- a/sys-apps/dnotify/ChangeLog +++ b/sys-apps/dnotify/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/dnotify -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dnotify/ChangeLog,v 1.22 2007/02/09 08:28:08 flameeyes Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dnotify/ChangeLog,v 1.23 2008/01/10 10:40:22 vapier Exp $ + + 10 Jan 2008; Mike Frysinger <vapier@gentoo.org> dnotify-0.18.0.ebuild: + Update HOMEPAGE #205167 and touchup ebuild. 09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog: Regenerate digest in Manifest2 format. diff --git a/sys-apps/dnotify/dnotify-0.18.0.ebuild b/sys-apps/dnotify/dnotify-0.18.0.ebuild index e692acaa77bf..ac82def8d29a 100644 --- a/sys-apps/dnotify/dnotify-0.18.0.ebuild +++ b/sys-apps/dnotify/dnotify-0.18.0.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 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.8 2006/01/27 17:35:52 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dnotify/dnotify-0.18.0.ebuild,v 1.9 2008/01/10 10:40:22 vapier Exp $ inherit eutils DESCRIPTION="Execute a command when the contents of a directory change" -HOMEPAGE="http://oskarsapps.mine.nu/dnotify.html" -SRC_URI="http://oskarsapps.mine.nu/src/${P}.tar.gz" +HOMEPAGE="http://directory.fsf.org/project/dnotify/" +SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" @@ -17,9 +17,8 @@ DEPEND="nls? ( sys-devel/gettext )" src_unpack() { unpack ${A} - cd ${S} - - epatch ${FILESDIR}/${P}-nls.patch + cd "${S}" + epatch "${FILESDIR}"/${P}-nls.patch } src_compile() { @@ -28,6 +27,6 @@ src_compile() { } src_install() { - make DESTDIR="${D}" install || die "make install failed" + emake DESTDIR="${D}" install || die "make install failed" dodoc AUTHORS TODO NEWS README } |