diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2005-12-25 00:25:38 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2005-12-25 00:25:38 +0000 |
commit | 36ad2f696f90ba5e69c177eddd4a27fd75f9fe95 (patch) | |
tree | 56af2ac43a09795828bc2f3a30a6bf206c8e2581 /x11-misc/lineak-defaultplugin | |
parent | Added patches and support for new version of sguil (diff) | |
download | gentoo-2-36ad2f696f90ba5e69c177eddd4a27fd75f9fe95.tar.gz gentoo-2-36ad2f696f90ba5e69c177eddd4a27fd75f9fe95.tar.bz2 gentoo-2-36ad2f696f90ba5e69c177eddd4a27fd75f9fe95.zip |
version bump, fix install path thanks to Florian Wilhelm <Florian.Wilhelm@web.de> in bug 114549
(Portage version: 2.1_pre1)
Diffstat (limited to 'x11-misc/lineak-defaultplugin')
4 files changed, 41 insertions, 3 deletions
diff --git a/x11-misc/lineak-defaultplugin/ChangeLog b/x11-misc/lineak-defaultplugin/ChangeLog index ed49bfee9d0e..972f2a5f6572 100644 --- a/x11-misc/lineak-defaultplugin/ChangeLog +++ b/x11-misc/lineak-defaultplugin/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for x11-misc/lineak-defaultplugin # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineak-defaultplugin/ChangeLog,v 1.7 2005/11/24 20:06:41 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineak-defaultplugin/ChangeLog,v 1.8 2005/12/25 00:25:38 genstef Exp $ + +*lineak-defaultplugin-0.8.4 (25 Dec 2005) + + 25 Dec 2005; Stefan Schweizer <genstef@gentoo.org> + +lineak-defaultplugin-0.8.4.ebuild: + version bump, fix install path thanks to Florian Wilhelm + <Florian.Wilhelm@web.de> in bug 114549 24 Nov 2005; Simon Stelling <blubb@gentoo.org> lineak-defaultplugin-0.8.3.ebuild: diff --git a/x11-misc/lineak-defaultplugin/Manifest b/x11-misc/lineak-defaultplugin/Manifest index f38aa06519b8..4c213d224f45 100644 --- a/x11-misc/lineak-defaultplugin/Manifest +++ b/x11-misc/lineak-defaultplugin/Manifest @@ -1,6 +1,8 @@ MD5 8193ef4c543cbab83e42d7645ad35ab5 ChangeLog 1241 +MD5 34528bbdd7513a34b86c7e0a8ad58cd9 files/digest-lineak-defaultplugin-0.8.2 78 +MD5 447ef50a2e6236436746bc3155758e7c files/digest-lineak-defaultplugin-0.8.3 78 +MD5 3f2052e7536d406e9993552978201ce1 files/digest-lineak-defaultplugin-0.8.4 78 MD5 6ed9f0629baf1286cca9759836c63551 lineak-defaultplugin-0.8.2.ebuild 672 MD5 89be4c6b5b9d24c2332cf84d9f00e9cd lineak-defaultplugin-0.8.3.ebuild 737 +MD5 aa61593b7fea4fa8ba3a07b7fd3ce7af lineak-defaultplugin-0.8.4.ebuild 761 MD5 9a7c58529f54db6737913da568c57e4a metadata.xml 270 -MD5 34528bbdd7513a34b86c7e0a8ad58cd9 files/digest-lineak-defaultplugin-0.8.2 78 -MD5 447ef50a2e6236436746bc3155758e7c files/digest-lineak-defaultplugin-0.8.3 78 diff --git a/x11-misc/lineak-defaultplugin/files/digest-lineak-defaultplugin-0.8.4 b/x11-misc/lineak-defaultplugin/files/digest-lineak-defaultplugin-0.8.4 new file mode 100644 index 000000000000..4b163e18cc63 --- /dev/null +++ b/x11-misc/lineak-defaultplugin/files/digest-lineak-defaultplugin-0.8.4 @@ -0,0 +1 @@ +MD5 336b4fa5aa40b1166c2aa5418740357b lineak_defaultplugin-0.8.4.tar.gz 816045 diff --git a/x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.8.4.ebuild b/x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.8.4.ebuild new file mode 100644 index 000000000000..7e5c04156d7d --- /dev/null +++ b/x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.8.4.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.8.4.ebuild,v 1.1 2005/12/25 00:25:38 genstef Exp $ + +inherit multilib + +MY_P=${PN/-/_}-${PV} +S=${WORKDIR}/${MY_P} + +DESCRIPTION="Mute/unmute and other macros for LINEAK" +HOMEPAGE="http://lineak.sourceforge.net/" +SRC_URI="mirror://sourceforge/lineak/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +IUSE="" +KEYWORDS="~amd64 ~ppc ~x86" + +RDEPEND="=x11-misc/lineakd-${PV}*" +DEPEND="${RDEPEND}" + +src_install() { + make DESTDIR=${D} \ + PLUGINDIR=/usr/$(get_libdir)/lineakd/plugins \ + lineakddocdir=/usr/share/doc/${P} \ + install || die "make install failed" + dodoc AUTHORS README +} |