diff options
author | Torsten Veller <tove@gentoo.org> | 2008-10-31 08:54:42 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-10-31 08:54:42 +0000 |
commit | f0f54182fddb4a352f1e8df0b9b5d7390a22b71f (patch) | |
tree | d3da6743e181cc31e384c2af61fe6c739c29b4c1 /dev-perl/OLE-StorageLite | |
parent | Version bump (diff) | |
download | gentoo-2-f0f54182fddb4a352f1e8df0b9b5d7390a22b71f.tar.gz gentoo-2-f0f54182fddb4a352f1e8df0b9b5d7390a22b71f.tar.bz2 gentoo-2-f0f54182fddb4a352f1e8df0b9b5d7390a22b71f.zip |
Version bump
(Portage version: 2.2_rc12/cvs/Linux 2.6.26-tuxonice i686)
Diffstat (limited to 'dev-perl/OLE-StorageLite')
-rw-r--r-- | dev-perl/OLE-StorageLite/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/OLE-StorageLite/OLE-StorageLite-0.17.ebuild | 19 |
2 files changed, 27 insertions, 2 deletions
diff --git a/dev-perl/OLE-StorageLite/ChangeLog b/dev-perl/OLE-StorageLite/ChangeLog index d742e9f9005f..4e6e96c2aea2 100644 --- a/dev-perl/OLE-StorageLite/ChangeLog +++ b/dev-perl/OLE-StorageLite/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/OLE-StorageLite -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/OLE-StorageLite/ChangeLog,v 1.9 2006/10/21 14:31:43 dertobi123 Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/OLE-StorageLite/ChangeLog,v 1.10 2008/10/31 08:54:42 tove Exp $ + +*OLE-StorageLite-0.17 (31 Oct 2008) + + 31 Oct 2008; Torsten Veller <tove@gentoo.org> + +OLE-StorageLite-0.17.ebuild: + Version bump 21 Oct 2006; Tobias Scherbaum <dertobi123@gentoo.org> OLE-StorageLite-0.14.ebuild: diff --git a/dev-perl/OLE-StorageLite/OLE-StorageLite-0.17.ebuild b/dev-perl/OLE-StorageLite/OLE-StorageLite-0.17.ebuild new file mode 100644 index 000000000000..6183ab8e22a0 --- /dev/null +++ b/dev-perl/OLE-StorageLite/OLE-StorageLite-0.17.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/OLE-StorageLite/OLE-StorageLite-0.17.ebuild,v 1.1 2008/10/31 08:54:42 tove Exp $ + +MODULE_AUTHOR=JMCNAMARA +MY_PN=OLE-Storage_Lite +MY_P=${MY_PN}-${PV} +S=${WORKDIR}/${MY_P} +inherit perl-module + +DESCRIPTION="Simple Class for OLE document interface." +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +SRC_TEST="do" + +DEPEND="dev-lang/perl" |