summaryrefslogtreecommitdiff
path: root/x11-misc/ktsuss
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /x11-misc/ktsuss
downloadgentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.xz
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'x11-misc/ktsuss')
-rw-r--r--x11-misc/ktsuss/Manifest1
-rw-r--r--x11-misc/ktsuss/ktsuss-2.ebuild24
-rw-r--r--x11-misc/ktsuss/metadata.xml13
3 files changed, 38 insertions, 0 deletions
diff --git a/x11-misc/ktsuss/Manifest b/x11-misc/ktsuss/Manifest
new file mode 100644
index 00000000000..f7923f0e7d7
--- /dev/null
+++ b/x11-misc/ktsuss/Manifest
@@ -0,0 +1 @@
+DIST ktsuss-2.tar.gz 298960 SHA256 a32e20924b10a21df47cd2451069f57eb96090e6df8ef94fcdcae88a75e3c6c8 SHA512 d053074a98ea5db71bfb90bbce74ae802e86547e91abb985d0ff1eef578d3c9fb0c52964f0c3827b0919553ef4b1d7e394c50b4a0d5676196812481e8da944a7 WHIRLPOOL b98f39a645c0c1252c2493451ebdc86a8a3ba9a522cdd2aa71ec03552c8adef7144cb9b8782c54fbec9bbd5f8352fc51824e88e0a06b639a6e270daad60a19d7
diff --git a/x11-misc/ktsuss/ktsuss-2.ebuild b/x11-misc/ktsuss/ktsuss-2.ebuild
new file mode 100644
index 00000000000..f26b7e08373
--- /dev/null
+++ b/x11-misc/ktsuss/ktsuss-2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=4
+
+DESCRIPTION="Graphical version of su written in C and GTK+ 2"
+HOMEPAGE="http://code.google.com/p/ktsuss/"
+SRC_URI="http://ktsuss.googlecode.com/files/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
+IUSE=""
+
+RDEPEND=">=x11-libs/gtk+-2.12.11:2
+ >=dev-libs/glib-2.16.5:2"
+DEPEND="virtual/pkgconfig
+ ${RDEPEND}"
+
+src_install() {
+ emake DESTDIR="${D}" install
+ dodoc Changelog CREDITS README
+}
diff --git a/x11-misc/ktsuss/metadata.xml b/x11-misc/ktsuss/metadata.xml
new file mode 100644
index 00000000000..1d6819a1c17
--- /dev/null
+++ b/x11-misc/ktsuss/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>proxy-maintainers</herd>
+ <maintainer>
+ <email>hypnos75@gmail.com</email>
+ <name>Hypnos</name>
+ <description>Proxy maintainer. Assign bugs to him</description>
+ </maintainer>
+ <upstream>
+ <remote-id type="google-code">ktsuss</remote-id>
+ </upstream>
+</pkgmetadata>