summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Leitch <port001@gentoo.org>2004-06-02 12:25:40 +0000
committerIan Leitch <port001@gentoo.org>2004-06-02 12:25:40 +0000
commit7e55063ef77f440519f53a927f5afc3f72cc0497 (patch)
treed880fe2f604ed58a49dc22cf4f0ad3197dfdd69a /x11-misc/skippy
parentVersion bumped (diff)
downloadhistorical-7e55063ef77f440519f53a927f5afc3f72cc0497.tar.gz
historical-7e55063ef77f440519f53a927f5afc3f72cc0497.tar.bz2
historical-7e55063ef77f440519f53a927f5afc3f72cc0497.zip
Initial commit, #51595
Diffstat (limited to 'x11-misc/skippy')
-rw-r--r--x11-misc/skippy/ChangeLog8
-rw-r--r--x11-misc/skippy/Manifest4
-rw-r--r--x11-misc/skippy/files/digest-skippy-0.5.01
-rw-r--r--x11-misc/skippy/metadata.xml5
-rw-r--r--x11-misc/skippy/skippy-0.5.0.ebuild43
5 files changed, 61 insertions, 0 deletions
diff --git a/x11-misc/skippy/ChangeLog b/x11-misc/skippy/ChangeLog
new file mode 100644
index 000000000000..cc8e2eaa22ee
--- /dev/null
+++ b/x11-misc/skippy/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for x11-misc/skippy
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/skippy/ChangeLog,v 1.1 2004/06/02 12:25:40 port001 Exp $
+
+ 02 Jun 2004; Ian Leitch <port001@gentoo.org> :
+ Initial commit. Thanks to Roshan Sembacuttiaratchy
+ <rns.gentoobugzilla.n.semba@xoxy.net> for the ebuild. #51595
+
diff --git a/x11-misc/skippy/Manifest b/x11-misc/skippy/Manifest
new file mode 100644
index 000000000000..a9aa557ec27c
--- /dev/null
+++ b/x11-misc/skippy/Manifest
@@ -0,0 +1,4 @@
+MD5 24a8027313ffdc98ca6d1e13bf69718e ChangeLog 379
+MD5 cdb11033a3fa6525334cecf938961c07 metadata.xml 166
+MD5 80fa10fceaa3aab07f27714c2dec4f36 skippy-0.5.0.ebuild 861
+MD5 507b49a9e7e7f25470f8d9ec8127362c files/digest-skippy-0.5.0 64
diff --git a/x11-misc/skippy/files/digest-skippy-0.5.0 b/x11-misc/skippy/files/digest-skippy-0.5.0
new file mode 100644
index 000000000000..bc244319f165
--- /dev/null
+++ b/x11-misc/skippy/files/digest-skippy-0.5.0
@@ -0,0 +1 @@
+MD5 c7b5c7f0dd870513494916afd8581323 skippy-0.5.0.tar.bz2 23722
diff --git a/x11-misc/skippy/metadata.xml b/x11-misc/skippy/metadata.xml
new file mode 100644
index 000000000000..731225048652
--- /dev/null
+++ b/x11-misc/skippy/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>desktop-misc</herd>
+</pkgmetadata>
diff --git a/x11-misc/skippy/skippy-0.5.0.ebuild b/x11-misc/skippy/skippy-0.5.0.ebuild
new file mode 100644
index 000000000000..006f33e6e951
--- /dev/null
+++ b/x11-misc/skippy/skippy-0.5.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header:
+
+IUSE=""
+
+DESCRIPTION="A full-screen task-switcher providing Apple Expose-like functionality with various WMs"
+HOMEPAGE="http://thegraveyard.org/skippy.php"
+SRC_URI="http://thegraveyard.org/files/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+
+RDEPEND="virtual/x11
+ virtual/xft"
+
+DEPEND="${RDEPEND}
+ >=media-libs/imlib2-1.1.0"
+
+src_compile() {
+ emake || die "emake failed"
+}
+
+src_install() {
+ make DESTDIR=${D} BINDIR=/usr/bin install || die
+
+ insinto /usr/share/${P}
+ doins skippyrc-default
+
+ dodoc CHANGELOG
+}
+
+
+pkg_postinst() {
+ einfo
+ einfo "You should copy /usr/share/${P}/skippyrc-default to ~/.skippyrc"
+ einfo "and edit the keysym used to invoke skippy"
+ einfo "(Find out the keysym name using 'xev')"
+ einfo
+ echo
+}
+