diff options
author | Torsten Veller <tove@gentoo.org> | 2008-09-05 13:53:44 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-09-05 13:53:44 +0000 |
commit | 9a759f266574d428150f731d20def180247f4809 (patch) | |
tree | a9988eda926e7d8d24281e133d472f9e286a894d /dev-perl/IO-Interface | |
parent | New version released, and old version cleanup. (diff) | |
download | gentoo-2-9a759f266574d428150f731d20def180247f4809.tar.gz gentoo-2-9a759f266574d428150f731d20def180247f4809.tar.bz2 gentoo-2-9a759f266574d428150f731d20def180247f4809.zip |
Version bump
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-tuxonice i686)
Diffstat (limited to 'dev-perl/IO-Interface')
-rw-r--r-- | dev-perl/IO-Interface/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/IO-Interface/IO-Interface-1.05.ebuild | 17 |
2 files changed, 24 insertions, 2 deletions
diff --git a/dev-perl/IO-Interface/ChangeLog b/dev-perl/IO-Interface/ChangeLog index ad92bc946ae1..5f81eb14a0cd 100644 --- a/dev-perl/IO-Interface/ChangeLog +++ b/dev-perl/IO-Interface/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/IO-Interface -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Interface/ChangeLog,v 1.18 2007/07/11 20:18:07 armin76 Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Interface/ChangeLog,v 1.19 2008/09/05 13:53:44 tove Exp $ + +*IO-Interface-1.05 (05 Sep 2008) + + 05 Sep 2008; Torsten Veller <tove@gentoo.org> +IO-Interface-1.05.ebuild: + Version bump 11 Jul 2007; Raúl Porcel <armin76@gentoo.org> IO-Interface-1.03.ebuild: ia64 stable diff --git a/dev-perl/IO-Interface/IO-Interface-1.05.ebuild b/dev-perl/IO-Interface/IO-Interface-1.05.ebuild new file mode 100644 index 000000000000..7127501ad3c9 --- /dev/null +++ b/dev-perl/IO-Interface/IO-Interface-1.05.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Interface/IO-Interface-1.05.ebuild,v 1.1 2008/09/05 13:53:44 tove Exp $ + +MODULE_AUTHOR=LDS +inherit perl-module + +DESCRIPTION="Perl extension for access to network card configuration information" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +DEPEND="dev-lang/perl" + +SRC_TEST="do" |