diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2008-02-20 22:30:07 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2008-02-20 22:30:07 +0000 |
commit | 03aa7f3adb3741c8a05a63ff71cf8ab84fe85ebf (patch) | |
tree | 8e6ce983b33c26ab9f7783c299e155fad2f8f69d /kde-base | |
parent | Version bump to KDE 3.5.9. (diff) | |
download | gentoo-2-03aa7f3adb3741c8a05a63ff71cf8ab84fe85ebf.tar.gz gentoo-2-03aa7f3adb3741c8a05a63ff71cf8ab84fe85ebf.tar.bz2 gentoo-2-03aa7f3adb3741c8a05a63ff71cf8ab84fe85ebf.zip |
Version bump to KDE 3.5.9.
(Portage version: 2.1.4.4)
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/artsplugin-mpeglib/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/artsplugin-mpeglib/artsplugin-mpeglib-3.5.9.ebuild | 17 |
2 files changed, 24 insertions, 1 deletions
diff --git a/kde-base/artsplugin-mpeglib/ChangeLog b/kde-base/artsplugin-mpeglib/ChangeLog index cc3c1633c80b..bb3effb211b1 100644 --- a/kde-base/artsplugin-mpeglib/ChangeLog +++ b/kde-base/artsplugin-mpeglib/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/artsplugin-mpeglib # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/artsplugin-mpeglib/ChangeLog,v 1.75 2008/02/17 02:57:05 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/artsplugin-mpeglib/ChangeLog,v 1.76 2008/02/20 22:30:07 philantrop Exp $ + +*artsplugin-mpeglib-3.5.9 (20 Feb 2008) + + 20 Feb 2008; Wulf C. Krueger <philantrop@gentoo.org> + +artsplugin-mpeglib-3.5.9.ebuild: + Version bump to KDE 3.5.9. 16 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org> -artsplugin-mpeglib-3.5.5.ebuild, -artsplugin-mpeglib-3.5.6.ebuild, diff --git a/kde-base/artsplugin-mpeglib/artsplugin-mpeglib-3.5.9.ebuild b/kde-base/artsplugin-mpeglib/artsplugin-mpeglib-3.5.9.ebuild new file mode 100644 index 000000000000..623a83fe87f4 --- /dev/null +++ b/kde-base/artsplugin-mpeglib/artsplugin-mpeglib-3.5.9.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/kde-base/artsplugin-mpeglib/artsplugin-mpeglib-3.5.9.ebuild,v 1.1 2008/02/20 22:30:07 philantrop Exp $ + +ARTS_REQUIRED="yes" +KMNAME=kdemultimedia +KMMODULE=mpeglib_artsplug +EAPI="1" +inherit kde-meta eutils + +DESCRIPTION="mpeglib plugin for arts" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86" +IUSE="" +DEPEND=">=kde-base/mpeglib-${PV}:${SLOT}" + +KMCOPYLIB="libmpeg mpeglib/lib/" +KMEXTRACTONLY="mpeglib/" |