diff options
author | Dan Armak <danarmak@gentoo.org> | 2002-11-01 19:51:16 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2002-11-01 19:51:16 +0000 |
commit | 9b1250b0bcf77d389563bcc70ba2529e260fcef3 (patch) | |
tree | 9b08c16bfe72cd5f7a0c1e3d695ea9dc86dd74f9 | |
parent | mask >=mosfet-liquid-widgets-0.9.6_ore1 since it requires kde 3.1x and qt 3.1... (diff) | |
download | historical-9b1250b0bcf77d389563bcc70ba2529e260fcef3.tar.gz historical-9b1250b0bcf77d389563bcc70ba2529e260fcef3.tar.bz2 historical-9b1250b0bcf77d389563bcc70ba2529e260fcef3.zip |
new version that requires kde 3.1 and qt 3.1, therefore it is masked
5 files changed, 24 insertions, 21 deletions
diff --git a/x11-themes/mosfet-liquid-widgets/ChangeLog b/x11-themes/mosfet-liquid-widgets/ChangeLog index cac196d1b294..33e3b0a2ce5f 100644 --- a/x11-themes/mosfet-liquid-widgets/ChangeLog +++ b/x11-themes/mosfet-liquid-widgets/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-themes/mosfet-liquid-widgets # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/mosfet-liquid-widgets/ChangeLog,v 1.3 2002/08/24 18:36:14 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/mosfet-liquid-widgets/ChangeLog,v 1.4 2002/11/01 19:51:16 danarmak Exp $ + +*mosfet-liquid-widgets-0.9.6_pre1 (01 Nov 2002) + + 01 Nov 2002; Dan Armak <danarmak@gentoo.org> ChangeLog : + + A new version that requires kde 3.1.x and qt 3.1. Therefore it is masked. *mosfet-liquid-widgets-0.9.5-r1 (24 Aug 2002) diff --git a/x11-themes/mosfet-liquid-widgets/files/digest-mosfet-liquid-widgets-0.7-r3 b/x11-themes/mosfet-liquid-widgets/files/digest-mosfet-liquid-widgets-0.7-r3 deleted file mode 100644 index ed63c5002352..000000000000 --- a/x11-themes/mosfet-liquid-widgets/files/digest-mosfet-liquid-widgets-0.7-r3 +++ /dev/null @@ -1 +0,0 @@ -MD5 b7211795f3f8165734a894cc125e386b mosfet-liquid0.7.tar.gz 301223 diff --git a/x11-themes/mosfet-liquid-widgets/files/digest-mosfet-liquid-widgets-0.9.6_pre1 b/x11-themes/mosfet-liquid-widgets/files/digest-mosfet-liquid-widgets-0.9.6_pre1 new file mode 100644 index 000000000000..8153783cd409 --- /dev/null +++ b/x11-themes/mosfet-liquid-widgets/files/digest-mosfet-liquid-widgets-0.9.6_pre1 @@ -0,0 +1 @@ +MD5 b307becc99285f4463c65703622ed859 mosfet-liquid0.9.6-pre1.tar.gz 415753 diff --git a/x11-themes/mosfet-liquid-widgets/mosfet-liquid-widgets-0.7-r3.ebuild b/x11-themes/mosfet-liquid-widgets/mosfet-liquid-widgets-0.7-r3.ebuild deleted file mode 100644 index 3228e98bce8c..000000000000 --- a/x11-themes/mosfet-liquid-widgets/mosfet-liquid-widgets-0.7-r3.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/mosfet-liquid-widgets/mosfet-liquid-widgets-0.7-r3.ebuild,v 1.8 2002/10/22 15:45:01 bjb Exp $ - -inherit kde-base || die - -need-kde 2.2 - -PN=mosfet-liquid -S=${WORKDIR}/${PN}${PV} -DESCRIPTION="Mosfet's High-Permormance Liquid Widgets and Style for KDE2.2+" -SRC_URI="http://www.mosfet.org/${PN}${PV}.tar.gz" -LICENSE="QPL-1.0" - -KEYWORDS="x86 ppc alpha" - -HOMEPAGE="http://www.mosfet.org/liquid.html" - -newdepend ">=kde-base/kdebase-2.2" diff --git a/x11-themes/mosfet-liquid-widgets/mosfet-liquid-widgets-0.9.6_pre1.ebuild b/x11-themes/mosfet-liquid-widgets/mosfet-liquid-widgets-0.9.6_pre1.ebuild new file mode 100644 index 000000000000..77126587fed9 --- /dev/null +++ b/x11-themes/mosfet-liquid-widgets/mosfet-liquid-widgets-0.9.6_pre1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/mosfet-liquid-widgets/mosfet-liquid-widgets-0.9.6_pre1.ebuild,v 1.1 2002/11/01 19:51:16 danarmak Exp $ +inherit kde-base + +need-kde 3.1_rc1 + +S=${WORKDIR}/mosfet-liquid0.9.6pre1 +DESCRIPTION="Mosfet's High-Permormance Liquid Widgets and Style for KDE 3.1.x" +SRC_URI="http://www.mosfet.org/mosfet-liquid${PV//_/-}.tar.gz" +HOMEPAGE="http://www.mosfet.org/liquid.html" +LICENSE="BSD" + +KEYWORDS="x86" + +newdepend ">=kde-base/kdebase-3.1_rc1" |