summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Stadler <centic@gentoo.org>2004-04-22 20:43:48 +0000
committerDominik Stadler <centic@gentoo.org>2004-04-22 20:43:48 +0000
commitd69862db02e97396c5bf0e3ad7148f3ee02a06dc (patch)
tree6c04f4e0352c14ff3c66caae5da6fd427f3ac603
parentPatch that resolves C syntax problems. Closes bug #48670. (diff)
downloadhistorical-d69862db02e97396c5bf0e3ad7148f3ee02a06dc.tar.gz
historical-d69862db02e97396c5bf0e3ad7148f3ee02a06dc.tar.bz2
historical-d69862db02e97396c5bf0e3ad7148f3ee02a06dc.zip
Add new version 0.4.1, fix IUSE and S= in Version 0.3.2.
-rw-r--r--x11-themes/knifty/ChangeLog10
-rw-r--r--x11-themes/knifty/Manifest6
-rw-r--r--x11-themes/knifty/files/digest-knifty-0.4.11
-rw-r--r--x11-themes/knifty/knifty-0.3.2.ebuild12
-rw-r--r--x11-themes/knifty/knifty-0.4.1.ebuild20
5 files changed, 41 insertions, 8 deletions
diff --git a/x11-themes/knifty/ChangeLog b/x11-themes/knifty/ChangeLog
index 304fd6432f92..167125ef9e7b 100644
--- a/x11-themes/knifty/ChangeLog
+++ b/x11-themes/knifty/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-themes/knifty
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/knifty/ChangeLog,v 1.3 2003/11/25 14:00:27 ciaranm Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/knifty/ChangeLog,v 1.4 2004/04/22 20:43:48 centic Exp $
+
+*knifty-0.4.1 (22 Apr 2004)
+
+ 22 Apr 2004; Dominik Stadler <centic@gentoo.org> knifty-0.3.2.ebuild,
+ +knifty-0.4.1.ebuild:
+ Correct IUSE and S= in 0.3.2, add new Version 0.4.1
25 Nov 2003; Ciaran McCreesh <ciaranm@gentoo.org> knifty-0.3.2.ebuild:
Moved to ~sparc, thanks to gust4voz on #gentoo-sparc
diff --git a/x11-themes/knifty/Manifest b/x11-themes/knifty/Manifest
index af03bb504abf..7e994dabb472 100644
--- a/x11-themes/knifty/Manifest
+++ b/x11-themes/knifty/Manifest
@@ -1,4 +1,6 @@
-MD5 ff4b4cfe7901a15ac9ff8ac4733da4c1 ChangeLog 456
-MD5 c48cf279a2c8aeb59a870d6118c7b7c3 knifty-0.3.2.ebuild 515
+MD5 ab05aa339a7e770d9b876a20fd973f93 ChangeLog 635
+MD5 9c78fa022a6af8959a51083ef2ed5246 knifty-0.3.2.ebuild 526
MD5 77a747b5fbf7edf698a0c698141ecf02 metadata.xml 163
+MD5 d0c4bf8bab63eb3ebc57cbd76ec783af knifty-0.4.1.ebuild 529
MD5 095da66b1df5622979ed7c8e90883d90 files/digest-knifty-0.3.2 69
+MD5 9b39b48b9cb65595e4d085f3e2d689a9 files/digest-knifty-0.4.1 69
diff --git a/x11-themes/knifty/files/digest-knifty-0.4.1 b/x11-themes/knifty/files/digest-knifty-0.4.1
new file mode 100644
index 000000000000..52d9e94cb893
--- /dev/null
+++ b/x11-themes/knifty/files/digest-knifty-0.4.1
@@ -0,0 +1 @@
+MD5 2a85dbea8a94275137dd9368329ba702 8841-knifty-0.4.1.tar.gz 556192
diff --git a/x11-themes/knifty/knifty-0.3.2.ebuild b/x11-themes/knifty/knifty-0.3.2.ebuild
index 04f34bfdfd62..5e7fb22bcd98 100644
--- a/x11-themes/knifty/knifty-0.3.2.ebuild
+++ b/x11-themes/knifty/knifty-0.3.2.ebuild
@@ -1,16 +1,20 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/knifty/knifty-0.3.2.ebuild,v 1.2 2003/11/25 14:00:27 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/knifty/knifty-0.3.2.ebuild,v 1.3 2004/04/22 20:43:48 centic Exp $
inherit kde-base
need-kde 3.1
-S=${WORKDIR}/${P}
+#S=${WORKDIR}/${P}
DESCRIPTION="A native KWin window decoration for KDE 3.x."
HOMEPAGE="http://www.kdelook.org/content/show.php?content=7290"
SRC_URI="http://www.kdelook.org/content/files/7290-${P}.tar.gz"
+
LICENSE="GPL-2"
-SLOT="0"
KEYWORDS="x86 ~sparc"
+SLOT="0"
+IUSE=""
+
+
diff --git a/x11-themes/knifty/knifty-0.4.1.ebuild b/x11-themes/knifty/knifty-0.4.1.ebuild
new file mode 100644
index 000000000000..2c84b4a62a54
--- /dev/null
+++ b/x11-themes/knifty/knifty-0.4.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/knifty/knifty-0.4.1.ebuild,v 1.1 2004/04/22 20:43:48 centic Exp $
+
+inherit kde-base
+need-kde 3.1
+
+#S=${WORKDIR}/${P}
+DESCRIPTION="A native KWin window decoration for KDE 3.x."
+HOMEPAGE="http://www.kde-look.org/content/show.php?content=8841"
+SRC_URI="http://www.kde-look.org/content/files/8841-${P}.tar.gz"
+
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~sparc"
+
+SLOT="0"
+IUSE=""
+
+
+