diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2008-11-24 23:14:07 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2008-11-24 23:14:07 +0000 |
commit | 896c54d9011b529a3513f655e1410b7098135166 (patch) | |
tree | c2860fb487c4a8d8e269ccf08569e2d3ef7ddc70 /app-admin/gamin | |
parent | New ebuild split off gamin. Initial ebuild inspired by Pacho Ramos, closes bu... (diff) | |
download | gentoo-2-896c54d9011b529a3513f655e1410b7098135166.tar.gz gentoo-2-896c54d9011b529a3513f655e1410b7098135166.tar.bz2 gentoo-2-896c54d9011b529a3513f655e1410b7098135166.zip |
Bump to 0.1.10. This ebuild is now a meta that pull the split elements of gamin. Closes bug #217861.
(Portage version: 2.2_rc15/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
Diffstat (limited to 'app-admin/gamin')
-rw-r--r-- | app-admin/gamin/ChangeLog | 8 | ||||
-rw-r--r-- | app-admin/gamin/gamin-0.1.10.ebuild | 20 |
2 files changed, 27 insertions, 1 deletions
diff --git a/app-admin/gamin/ChangeLog b/app-admin/gamin/ChangeLog index 11a1c5626fb7..1f7f38fe174c 100644 --- a/app-admin/gamin/ChangeLog +++ b/app-admin/gamin/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-admin/gamin # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/gamin/ChangeLog,v 1.89 2008/07/14 05:15:34 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/gamin/ChangeLog,v 1.90 2008/11/24 23:14:07 eva Exp $ + +*gamin-0.1.10 (24 Nov 2008) + + 24 Nov 2008; Gilles Dartiguelongue <eva@gentoo.org> +gamin-0.1.10.ebuild: + Bump to 0.1.10. This ebuild is now a meta that pull the split elements of + gamin. Closes bug #217861. 14 Jul 2008; Jeroen Roovers <jer@gentoo.org> gamin-0.1.9-r1.ebuild: Stable for HPPA (bug #228087). diff --git a/app-admin/gamin/gamin-0.1.10.ebuild b/app-admin/gamin/gamin-0.1.10.ebuild new file mode 100644 index 000000000000..8eb4322c4e29 --- /dev/null +++ b/app-admin/gamin/gamin-0.1.10.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/gamin/gamin-0.1.10.ebuild,v 1.1 2008/11/24 23:14:07 eva Exp $ + +DESCRIPTION="Meta package providing the File Alteration Monitor API & Server" +HOMEPAGE="http://www.gnome.org/~veillard/gamin/" +SRC_URI="" + +LICENSE="LGPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="!app-admin/fam + >=dev-libs/libgamin-0.1.10" +DEPEND="" + +PDEPEND=">=app-admin/gam-server-0.1.10" + +PROVIDE="virtual/fam" |