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
commit1bdcec48a423ac63480a302cd8fdc0a94e12769c (patch)
tree5afc35d2187eb9047996f5a3d9fa8a7b1dce377e /x11-misc/skippy
parentVersion bumped (Manifest recommit) (diff)
downloadgentoo-2-1bdcec48a423ac63480a302cd8fdc0a94e12769c.tar.gz
gentoo-2-1bdcec48a423ac63480a302cd8fdc0a94e12769c.tar.bz2
gentoo-2-1bdcec48a423ac63480a302cd8fdc0a94e12769c.zip
Initial commit, #51595
Diffstat (limited to 'x11-misc/skippy')
-rw-r--r--x11-misc/skippy/ChangeLog8
-rw-r--r--x11-misc/skippy/Manifest2
-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, 59 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..812a71d2e93b
--- /dev/null
+++ b/x11-misc/skippy/Manifest
@@ -0,0 +1,2 @@
+MD5 01aed612ab459f3d1d8ba7da2a22cde8 skippy-0.5.0.ebuild 862
+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
+}
+