diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-04-09 17:40:09 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-04-09 17:40:09 +0000 |
commit | b45cf4fb983e666f16f9946dae2c98d158e22d1d (patch) | |
tree | 205b04912e6232ada885557b013940c933162184 /www-plugins/kaffeine-mozilla-plugin | |
parent | version bump (bug #255139) (diff) | |
download | gentoo-2-b45cf4fb983e666f16f9946dae2c98d158e22d1d.tar.gz gentoo-2-b45cf4fb983e666f16f9946dae2c98d158e22d1d.tar.bz2 gentoo-2-b45cf4fb983e666f16f9946dae2c98d158e22d1d.zip |
Package moved from net-www to www-plugins, bug 265569.
(Portage version: 2.2_rc28/cvs/Linux i686, RepoMan options: --force)
Diffstat (limited to 'www-plugins/kaffeine-mozilla-plugin')
3 files changed, 106 insertions, 0 deletions
diff --git a/www-plugins/kaffeine-mozilla-plugin/ChangeLog b/www-plugins/kaffeine-mozilla-plugin/ChangeLog new file mode 100644 index 000000000000..d3a61ed1bc9d --- /dev/null +++ b/www-plugins/kaffeine-mozilla-plugin/ChangeLog @@ -0,0 +1,60 @@ +# ChangeLog for www-plugins/kaffeine-mozilla-plugin +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/kaffeine-mozilla-plugin/ChangeLog,v 1.1 2009/04/09 17:40:09 ulm Exp $ + + 09 Apr 2009; Ulrich Mueller <ulm@gentoo.org> +metadata.xml, + +kaffeine-mozilla-plugin-0.2.ebuild: + Package moved from net-www to www-plugins, bug 265569. + + 29 Dec 2008; Tomas Chvatal <scarabeus@gentoo.org> + kaffeine-mozilla-plugin-0.2.ebuild: + Fix libdir placement. Per bug #231894. + + 22 Jul 2007; Donnie Berkholz <dberkholz@gentoo.org>; + kaffeine-mozilla-plugin-0.2.ebuild: + Drop virtual/x11 references. + + 03 Feb 2007; Steve Dibb <beandog@gentoo.org> + kaffeine-mozilla-plugin-0.2.ebuild: + Add multilib fixes, add ~amd64, bug 146710 + + 10 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> metadata.xml: + Add missing email address for herd with name != alias. + + 25 Jan 2006; Donnie Berkholz <spyderous@gentoo.org>; + kaffeine-mozilla-plugin-0.2.ebuild: + (#117230) Add modular X deps. + + 03 Sep 2005; Diego Pettenò <flameeyes@gentoo.org> + kaffeine-mozilla-plugin-0.2.ebuild: + Don't install COPYING and INSTALL files. + + 18 Apr 2005; Carsten Lohrke <carlo@gentoo.org> + kaffeine-mozilla-plugin-0.2.ebuild: + corrected dependencies + + 23 Mar 2005; Seemant Kulleen <seemant@gentoo.org> + kaffeine-mozilla-plugin-0.2.ebuild: + change dep from net-www/mozilla to www-client/mozilla + + 18 Mar 2005; Seemant Kulleen <seemant@gentoo.org> + kaffeine-mozilla-plugin-0.2.ebuild: + Dependency update: net-www/mozilla-firefox -> www-client/mozilla-firefox. + + 12 Oct 2004; Carsten Lohrke <carlo@gentoo.org> + kaffeine-mozilla-plugin-0.2.ebuild: + stable on x86 + + 20 Aug 2004; David Holm <dholm@gentoo.org> + kaffeine-mozilla-plugin-0.2.ebuild: + Added to ~ppc. + +*kaffeine-mozilla-plugin-0.2 (08 Aug 2004) + + 08 Aug 2004; Tom Martin <slarti@gentoo.org> + kaffeine-mozilla-plugin-0.2.ebuild: + Typo in DESCRIPTION: plgin -> plugin. Bug 59717. + + 06 Aug 2004; Carsten Lohrke <carlo@gentoo.org> +metadata.xml: + Initial ebuild. Thanks to Polynomial-C@gmx.de. + diff --git a/www-plugins/kaffeine-mozilla-plugin/kaffeine-mozilla-plugin-0.2.ebuild b/www-plugins/kaffeine-mozilla-plugin/kaffeine-mozilla-plugin-0.2.ebuild new file mode 100644 index 000000000000..0867a93a970a --- /dev/null +++ b/www-plugins/kaffeine-mozilla-plugin/kaffeine-mozilla-plugin-0.2.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/kaffeine-mozilla-plugin/kaffeine-mozilla-plugin-0.2.ebuild,v 1.1 2009/04/09 17:40:09 ulm Exp $ + +inherit nsplugins multilib + +MY_P=${P/-plugin/} +S=${WORKDIR}/${MY_P} + +DESCRIPTION="The Kaffeine Mozilla starter plugin." +HOMEPAGE="http://kaffeine.sourceforge.net/" +SRC_URI="mirror://sourceforge/kaffeine/${MY_P}.tar.bz2" + +SLOT="0" +KEYWORDS="~amd64 ~ppc x86" +LICENSE="GPL-2" +IUSE="" + +RDEPEND=">=media-video/kaffeine-0.4.3 + x11-libs/libXaw" +DEPEND="${RDEPEND}" + +src_compile() { + econf \ + --prefix=/usr/$(get_libdir)/${PLUGINS_DIR} + --libdir=/usr/$(get_libdir)/${PLUGINS_DIR%plugins} + + emake || die +} + +src_install() { + einstall prefix="${D}"/usr/$(get_libdir)/${PLUGINS_DIR%plugins} || die + dodoc AUTHORS ChangeLog README +} diff --git a/www-plugins/kaffeine-mozilla-plugin/metadata.xml b/www-plugins/kaffeine-mozilla-plugin/metadata.xml new file mode 100644 index 000000000000..42cd5965236c --- /dev/null +++ b/www-plugins/kaffeine-mozilla-plugin/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>video</herd> +<herd>kde</herd> +<maintainer> + <email>media-video@gentoo.org</email> +</maintainer> +<maintainer> + <email>kde@gentoo.org</email> +</maintainer> +</pkgmetadata> |