diff options
author | Alex Veber <coronalvr@gentoo.org> | 2003-08-20 09:56:18 +0000 |
---|---|---|
committer | Alex Veber <coronalvr@gentoo.org> | 2003-08-20 09:56:18 +0000 |
commit | cbbc6a4743ba5d7896ed3c1f29c604d64c6149fe (patch) | |
tree | 712e5f4682461a5881cad99b43120d11a49ed938 /x11-misc | |
parent | Initial Import (diff) | |
download | gentoo-2-cbbc6a4743ba5d7896ed3c1f29c604d64c6149fe.tar.gz gentoo-2-cbbc6a4743ba5d7896ed3c1f29c604d64c6149fe.tar.bz2 gentoo-2-cbbc6a4743ba5d7896ed3c1f29c604d64c6149fe.zip |
Initial Import
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/switcher/ChangeLog | 9 | ||||
-rw-r--r-- | x11-misc/switcher/Manifest | 3 | ||||
-rw-r--r-- | x11-misc/switcher/files/digest-switcher-0.3.7a | 1 | ||||
-rw-r--r-- | x11-misc/switcher/switcher-0.3.7a.ebuild | 17 |
4 files changed, 29 insertions, 1 deletions
diff --git a/x11-misc/switcher/ChangeLog b/x11-misc/switcher/ChangeLog new file mode 100644 index 000000000000..de995995c8d2 --- /dev/null +++ b/x11-misc/switcher/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for x11-misc/switcher +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/switcher/ChangeLog,v 1.1 2003/08/20 09:56:12 coronalvr Exp $ + +*switcher-0.3.7a (20 Aug 2003) + + 20 Aug 2003; Alex Veber <coronalvr@gentoo.org> switcher-0.3.7a.ebuild: + Initial Import, thanks to Dror Levin (spatz@012.net.il) + diff --git a/x11-misc/switcher/Manifest b/x11-misc/switcher/Manifest index 1dd73f714faf..d4e4cca1ea45 100644 --- a/x11-misc/switcher/Manifest +++ b/x11-misc/switcher/Manifest @@ -1,2 +1,3 @@ -MD5 63a0ae29b93e29a40a7918f2911e2666 switcher-0.3.7a.ebuild 472 +MD5 5a957b34a33fe659b743017f7251e9aa switcher-0.3.7a.ebuild 561 +MD5 43318e23853e6435f870c366067062cd ChangeLog 383 MD5 4b88c82302a17d21af18a3226f03d327 files/digest-switcher-0.3.7a 68 diff --git a/x11-misc/switcher/files/digest-switcher-0.3.7a b/x11-misc/switcher/files/digest-switcher-0.3.7a new file mode 100644 index 000000000000..807e95b332a8 --- /dev/null +++ b/x11-misc/switcher/files/digest-switcher-0.3.7a @@ -0,0 +1 @@ +MD5 c6901f46c172712dc7372671423581bf switcher-0.3.7a.tar.bz2 375260 diff --git a/x11-misc/switcher/switcher-0.3.7a.ebuild b/x11-misc/switcher/switcher-0.3.7a.ebuild new file mode 100644 index 000000000000..05eabd7c9ab8 --- /dev/null +++ b/x11-misc/switcher/switcher-0.3.7a.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/switcher/switcher-0.3.7a.ebuild,v 1.1 2003/08/20 09:56:12 coronalvr Exp $ + +inherit kde-base +need-kde 3.1 + +DESCRIPTION="A small KDE app for switching the order of letters (as in logical and visual hebrew)" +HOMEPAGE="http://www.penguin.org.il/~uvgroovy/" +SRC_URI="http://www.penguin.org.il/~uvgroovy/${P}.tar.bz2" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +RDEPEND="${RDEPEND}" + +S=${WORKDIR}/${P} |