diff options
author | Dan Armak <danarmak@gentoo.org> | 2004-12-25 15:52:17 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2004-12-25 15:52:17 +0000 |
commit | 99a6a86394cebe21b252a1e1c4578c1be9074476 (patch) | |
tree | 52f3c9d93064f8ec2366196052bd7d020ac631e9 /kde-base/xparts | |
parent | Updating for 3.3.2. (Manifest recommit) (diff) | |
download | gentoo-2-99a6a86394cebe21b252a1e1c4578c1be9074476.tar.gz gentoo-2-99a6a86394cebe21b252a1e1c4578c1be9074476.tar.bz2 gentoo-2-99a6a86394cebe21b252a1e1c4578c1be9074476.zip |
Updating for 3.3.2.
Diffstat (limited to 'kde-base/xparts')
-rw-r--r-- | kde-base/xparts/Manifest | 4 | ||||
-rw-r--r-- | kde-base/xparts/xparts-3.3.1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/kde-base/xparts/Manifest b/kde-base/xparts/Manifest index 8403eeac0849..6697201cf363 100644 --- a/kde-base/xparts/Manifest +++ b/kde-base/xparts/Manifest @@ -1,5 +1,3 @@ -MD5 61fc4662caf0baf55233e9a1e8341ddc xparts-3.3.1.ebuild 1197 -MD5 d7c481ff42f014c0dbd85b8ed7bed1c4 ChangeLog 985 -MD5 14889ab75f97d76e58b0c1154e7683a9 metadata.xml 161 +MD5 7b8aa1be34cd1602d607f9cf8a3fc390 xparts-3.3.1.ebuild 1102 MD5 ffe26fb6d5d193883dfebd69250df2e5 files/no-gtk-glib-check.diff 949 MD5 664013043bb1362df44abe44210e6166 files/digest-xparts-3.3.1 298 diff --git a/kde-base/xparts/xparts-3.3.1.ebuild b/kde-base/xparts/xparts-3.3.1.ebuild index a9f6e7b37e52..18668293fe14 100644 --- a/kde-base/xparts/xparts-3.3.1.ebuild +++ b/kde-base/xparts/xparts-3.3.1.ebuild @@ -1,11 +1,13 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/xparts/xparts-3.3.1.ebuild,v 1.4 2004/12/10 20:22:03 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/xparts/xparts-3.3.1.ebuild,v 1.5 2004/12/25 15:52:17 danarmak Exp $ KMNAME=kdebindings KMEXTRACTONLY="dcopc" KMCOPYLIB="libdcopc dcopc" KM_MAKEFILESREV=1 +MAXKDEVER=3.3.2 +KM_DEPRANGE="$PV $MAXKDEVER" inherit kde-meta DESCRIPTION="Allows embedding of generic XParts as KDE KParts (broken)" |