diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-07-17 13:32:18 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-07-17 13:32:18 +0000 |
commit | 9dfcd0e2f517a7b673dd7a17c8f36efcf0ce4441 (patch) | |
tree | 89d0ae00132cc9d8a6568d09934c392f0fbfb082 /sys-apps/dnotify | |
parent | Version bump. (diff) | |
download | gentoo-2-9dfcd0e2f517a7b673dd7a17c8f36efcf0ce4441.tar.gz gentoo-2-9dfcd0e2f517a7b673dd7a17c8f36efcf0ce4441.tar.bz2 gentoo-2-9dfcd0e2f517a7b673dd7a17c8f36efcf0ce4441.zip |
stabilize
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sys-apps/dnotify')
-rw-r--r-- | sys-apps/dnotify/dnotify-0.17.1.ebuild | 27 | ||||
-rw-r--r-- | sys-apps/dnotify/dnotify-0.5.0.ebuild | 26 | ||||
-rw-r--r-- | sys-apps/dnotify/files/digest-dnotify-0.5.0 | 1 |
3 files changed, 10 insertions, 44 deletions
diff --git a/sys-apps/dnotify/dnotify-0.17.1.ebuild b/sys-apps/dnotify/dnotify-0.17.1.ebuild index 5eb40b661592..993eebbb2be4 100644 --- a/sys-apps/dnotify/dnotify-0.17.1.ebuild +++ b/sys-apps/dnotify/dnotify-0.17.1.ebuild @@ -1,20 +1,17 @@ -# Copyright 1999-2004 Gentoo Foundation +# 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.17.1.ebuild,v 1.3 2004/11/03 03:23:40 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dnotify/dnotify-0.17.1.ebuild,v 1.4 2005/07/17 13:32:18 vapier Exp $ DESCRIPTION="Execute a command when the contents of a directory change" -SRC_URI="http://www.student.lu.se/~nbi98oli/src/${P}.tar.gz" HOMEPAGE="http://www.student.lu.se/~nbi98oli/dnotify.html" -KEYWORDS="~x86 ~amd64 ~ppc -sparc mips" -IUSE="nls" -SLOT="0" +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" -RDEPEND="virtual/libc" -DEPEND="${RDEPEND} - sys-apps/gawk - sys-apps/grep - sys-devel/gettext" +DEPEND="nls? ( sys-devel/gettext )" src_compile() { econf $(use_enable nls) || die "failed to configure" @@ -22,10 +19,6 @@ src_compile() { } src_install() { - emake DESTDIR=${D} install || die "make install failed" - dodoc AUTHORS TODO NEWS README || die "dodoc failed" -} - -src_test() { - make check + make DESTDIR="${D}" install || die "make install failed" + dodoc AUTHORS TODO NEWS README } diff --git a/sys-apps/dnotify/dnotify-0.5.0.ebuild b/sys-apps/dnotify/dnotify-0.5.0.ebuild deleted file mode 100644 index 941ed9bb1b0d..000000000000 --- a/sys-apps/dnotify/dnotify-0.5.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dnotify/dnotify-0.5.0.ebuild,v 1.18 2004/11/03 03:23:40 gustavoz Exp $ - -DESCRIPTION="Execute a command when the contents of a directory change" -SRC_URI="mirror://gentoo/dnotify-${PV}.tar.gz" -HOMEPAGE="http://www.student.lu.se/~nbi98oli/dnotify.html" -KEYWORDS="x86 amd64 ppc -sparc mips" -IUSE="" -SLOT="0" -LICENSE="GPL-2" - -src_compile() { - ./configure --host=${CHOST} \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --sysconfdir=/etc - make || die -} - -src_install() { - make prefix=${D}/usr \ - mandir=${D}/usr/share/man \ - install || die - dodoc AUTHORS ChangeLog COPYING* NEWS README -} diff --git a/sys-apps/dnotify/files/digest-dnotify-0.5.0 b/sys-apps/dnotify/files/digest-dnotify-0.5.0 deleted file mode 100644 index b0a688082814..000000000000 --- a/sys-apps/dnotify/files/digest-dnotify-0.5.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 19f88ecd236be997e2b992ceb20e3fe6 dnotify-0.5.0.tar.gz 71023 |