diff options
Diffstat (limited to 'dev-perl/File-Sync')
-rw-r--r-- | dev-perl/File-Sync/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/File-Sync/File-Sync-0.90.0.ebuild | 17 |
2 files changed, 24 insertions, 2 deletions
diff --git a/dev-perl/File-Sync/ChangeLog b/dev-perl/File-Sync/ChangeLog index 274bda456579..b31e9ce87229 100644 --- a/dev-perl/File-Sync/ChangeLog +++ b/dev-perl/File-Sync/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/File-Sync -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Sync/ChangeLog,v 1.15 2007/01/15 19:41:51 mcummings Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Sync/ChangeLog,v 1.16 2011/08/30 15:39:37 tove Exp $ + +*File-Sync-0.90.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> +File-Sync-0.90.0.ebuild: + Change version scheme 15 Jan 2007; Michael Cummings <mcummings@gentoo.org> File-Sync-0.09.ebuild: diff --git a/dev-perl/File-Sync/File-Sync-0.90.0.ebuild b/dev-perl/File-Sync/File-Sync-0.90.0.ebuild new file mode 100644 index 000000000000..d2933a25daac --- /dev/null +++ b/dev-perl/File-Sync/File-Sync-0.90.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Sync/File-Sync-0.90.0.ebuild,v 1.1 2011/08/30 15:39:37 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=CEVANS +MODULE_VERSION=0.09 +inherit perl-module + +DESCRIPTION="Perl access to fsync() and sync() function calls" + +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +SRC_TEST="do" |