diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2005-03-12 14:24:50 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2005-03-12 14:24:50 +0000 |
commit | d9dd60544509f813790492ee748b5a70f3f63508 (patch) | |
tree | 6671712552979944b9c61a0600a1812a7fb710ae /x11-misc/lineak-kdeplugins | |
parent | Fixed broken Manifest. (diff) | |
download | gentoo-2-d9dd60544509f813790492ee748b5a70f3f63508.tar.gz gentoo-2-d9dd60544509f813790492ee748b5a70f3f63508.tar.bz2 gentoo-2-d9dd60544509f813790492ee748b5a70f3f63508.zip |
Version bump thanks to Alexander Brüning <ab277@gmx.de> in bug 84964
(Portage version: 1.585-cvs)
Diffstat (limited to 'x11-misc/lineak-kdeplugins')
-rw-r--r-- | x11-misc/lineak-kdeplugins/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/lineak-kdeplugins/Manifest | 4 | ||||
-rw-r--r-- | x11-misc/lineak-kdeplugins/files/digest-lineak-kdeplugins-0.8.3 | 1 | ||||
-rw-r--r-- | x11-misc/lineak-kdeplugins/lineak-kdeplugins-0.8.3.ebuild | 21 |
4 files changed, 32 insertions, 2 deletions
diff --git a/x11-misc/lineak-kdeplugins/ChangeLog b/x11-misc/lineak-kdeplugins/ChangeLog index 6c9881b10080..36da4a741d0a 100644 --- a/x11-misc/lineak-kdeplugins/ChangeLog +++ b/x11-misc/lineak-kdeplugins/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-misc/lineak-kdeplugins # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineak-kdeplugins/ChangeLog,v 1.3 2005/02/19 15:59:49 greg_g Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineak-kdeplugins/ChangeLog,v 1.4 2005/03/12 14:24:49 genstef Exp $ + +*lineak-kdeplugins-0.8.3 (12 Mar 2005) + + 12 Mar 2005; Stefan Schweizer <genstef@gentoo.org> + +lineak-kdeplugins-0.8.3.ebuild: + Version bump thanks to Alexander Brüning <ab277@gmx.de> in bug 84964 19 Feb 2005; Gregorio Guidi <greg_g@gentoo.org> lineak-kdeplugins-0.8.2.ebuild: diff --git a/x11-misc/lineak-kdeplugins/Manifest b/x11-misc/lineak-kdeplugins/Manifest index 9b86c2653925..b4d9aaad5edb 100644 --- a/x11-misc/lineak-kdeplugins/Manifest +++ b/x11-misc/lineak-kdeplugins/Manifest @@ -1,4 +1,6 @@ +MD5 37687ca59867285f43245c1843c694f1 lineak-kdeplugins-0.8.3.ebuild 540 +MD5 b13bd347261bfb2ec1e800835091cab7 ChangeLog 1040 MD5 9a7c58529f54db6737913da568c57e4a metadata.xml 270 -MD5 136b300b4967553d749f3c7a4c173347 ChangeLog 840 MD5 37687ca59867285f43245c1843c694f1 lineak-kdeplugins-0.8.2.ebuild 540 MD5 892ffaf33f08180052396387820d1c39 files/digest-lineak-kdeplugins-0.8.2 75 +MD5 1ee578a6c268965f653080ada78561cc files/digest-lineak-kdeplugins-0.8.3 75 diff --git a/x11-misc/lineak-kdeplugins/files/digest-lineak-kdeplugins-0.8.3 b/x11-misc/lineak-kdeplugins/files/digest-lineak-kdeplugins-0.8.3 new file mode 100644 index 000000000000..f5be4286f62e --- /dev/null +++ b/x11-misc/lineak-kdeplugins/files/digest-lineak-kdeplugins-0.8.3 @@ -0,0 +1 @@ +MD5 dd0c1bf35adf280025b895c4618a331a lineak_kdeplugins-0.8.3.tar.gz 862043 diff --git a/x11-misc/lineak-kdeplugins/lineak-kdeplugins-0.8.3.ebuild b/x11-misc/lineak-kdeplugins/lineak-kdeplugins-0.8.3.ebuild new file mode 100644 index 000000000000..7d56aaa9cd74 --- /dev/null +++ b/x11-misc/lineak-kdeplugins/lineak-kdeplugins-0.8.3.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineak-kdeplugins/lineak-kdeplugins-0.8.3.ebuild,v 1.1 2005/03/12 14:24:49 genstef Exp $ + +inherit kde + +MY_PV=${PV/_/} +MY_P=${PN/-/_}-${MY_PV} +S=${WORKDIR}/${MY_P} + +DESCRIPTION="KDE plugins for LINEAK" +HOMEPAGE="http://lineak.sourceforge.net/" +SRC_URI="mirror://sourceforge/lineak/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc" + +RDEPEND=">x11-misc/lineakd-0.8" + +need-kde 3.2 |