diff options
author | Ian Leitch <port001@gentoo.org> | 2003-12-13 19:15:38 +0000 |
---|---|---|
committer | Ian Leitch <port001@gentoo.org> | 2003-12-13 19:15:38 +0000 |
commit | 2eeac7468246ab79b5680728ac04d8bfab575edd (patch) | |
tree | 40ca1a00792d4df074a71abce801e15405a87e3f /x11-misc | |
parent | #29339 (diff) | |
download | historical-2eeac7468246ab79b5680728ac04d8bfab575edd.tar.gz historical-2eeac7468246ab79b5680728ac04d8bfab575edd.tar.bz2 historical-2eeac7468246ab79b5680728ac04d8bfab575edd.zip |
#29339
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xwit/Manifest | 4 | ||||
-rw-r--r-- | x11-misc/xwit/files/digest-xwit-3.4 | 1 | ||||
-rw-r--r-- | x11-misc/xwit/metadata.xml | 5 | ||||
-rw-r--r-- | x11-misc/xwit/xwit-3.4.ebuild | 26 |
4 files changed, 35 insertions, 1 deletions
diff --git a/x11-misc/xwit/Manifest b/x11-misc/xwit/Manifest index f319c64faefb..57f32895e894 100644 --- a/x11-misc/xwit/Manifest +++ b/x11-misc/xwit/Manifest @@ -1,2 +1,4 @@ -MD5 1afb14048b714781719387524a286320 xwit-3.4.ebuild 650 +MD5 cddd585d8c8c64428a291188082f0f70 xwit-3.4.ebuild 743 +MD5 272ccec253f5d5c92ccb57b9d937e6b0 ChangeLog 392 +MD5 fe402b096905cae8dcb4a503d3a838ac metadata.xml 173 MD5 86f9cfab9b1b64db4bd58e94cc8148fb files/digest-xwit-3.4 59 diff --git a/x11-misc/xwit/files/digest-xwit-3.4 b/x11-misc/xwit/files/digest-xwit-3.4 new file mode 100644 index 000000000000..0488af6eff10 --- /dev/null +++ b/x11-misc/xwit/files/digest-xwit-3.4 @@ -0,0 +1 @@ +MD5 627a2ff424ae5593be929f3def62dd1e xwit-3.4.tar.gz 14536 diff --git a/x11-misc/xwit/metadata.xml b/x11-misc/xwit/metadata.xml new file mode 100644 index 000000000000..2518313f5241 --- /dev/null +++ b/x11-misc/xwit/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/xwit/xwit-3.4.ebuild b/x11-misc/xwit/xwit-3.4.ebuild new file mode 100644 index 000000000000..5d009620f1fa --- /dev/null +++ b/x11-misc/xwit/xwit-3.4.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xwit/xwit-3.4.ebuild,v 1.1 2003/12/13 19:15:34 port001 Exp $ + +IUSE="" + +DESCRIPTION="xwit (x window interface tool) is a hodge-podge collection of simple routines to call some of those X11 functions that don't already have any utility commands built around them." +HOMEPAGE="http://www.x.org/contrib/utilities/${P}.README" +SRC_URI="http://www.x.org/contrib/utilities/${P}.tar.gz" + +LICENSE="as-is" +SLOT="0" +KEYWORDS="~x86" + +DEPEND="virtual/x11" + +src_compile() { + xmkmf || die "xmkmf failed" + emake || die "Make failed" +} + +src_install() { + dobin xwit + cp xwit.man xwit.1 + doman xwit.1 +} |