diff options
author | Torsten Veller <tove@gentoo.org> | 2009-11-19 11:18:51 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-11-19 11:18:51 +0000 |
commit | 963e839e28df008ab23ef6de9b77c5e23ecdcab8 (patch) | |
tree | 5c68f94625dbe199749a1303144d2b92c7af5a9d /dev-perl/Linux-Inotify2 | |
parent | Last KDE3 theme. (diff) | |
download | historical-963e839e28df008ab23ef6de9b77c5e23ecdcab8.tar.gz historical-963e839e28df008ab23ef6de9b77c5e23ecdcab8.tar.bz2 historical-963e839e28df008ab23ef6de9b77c5e23ecdcab8.zip |
Cleanup
Package-Manager: portage-2.2_rc50/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Linux-Inotify2')
-rw-r--r-- | dev-perl/Linux-Inotify2/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Linux-Inotify2/Linux-Inotify2-1.2.ebuild | 16 |
2 files changed, 4 insertions, 17 deletions
diff --git a/dev-perl/Linux-Inotify2/ChangeLog b/dev-perl/Linux-Inotify2/ChangeLog index 9ec82b35245f..3882978de7b2 100644 --- a/dev-perl/Linux-Inotify2/ChangeLog +++ b/dev-perl/Linux-Inotify2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Linux-Inotify2 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Linux-Inotify2/ChangeLog,v 1.5 2009/11/18 18:38:27 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Linux-Inotify2/ChangeLog,v 1.6 2009/11/19 11:18:51 tove Exp $ + + 19 Nov 2009; Torsten Veller <tove@gentoo.org> -Linux-Inotify2-1.2.ebuild: + Cleanup 18 Nov 2009; Raúl Porcel <armin76@gentoo.org> Linux-Inotify2-1.2.1.ebuild: diff --git a/dev-perl/Linux-Inotify2/Linux-Inotify2-1.2.ebuild b/dev-perl/Linux-Inotify2/Linux-Inotify2-1.2.ebuild deleted file mode 100644 index 24823abc6782..000000000000 --- a/dev-perl/Linux-Inotify2/Linux-Inotify2-1.2.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Linux-Inotify2/Linux-Inotify2-1.2.ebuild,v 1.1 2008/12/08 03:05:01 robbat2 Exp $ - -inherit perl-module - -DESCRIPTION="scalable directory/file change notification" -SRC_URI="http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~mlehmann/" -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~amd64 ~sparc ~x86" - -SRC_TEST="do" - -DEPEND="dev-lang/perl" |