summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Leitch <port001@gentoo.org>2003-11-18 04:30:52 +0000
committerIan Leitch <port001@gentoo.org>2003-11-18 04:30:52 +0000
commitdeacca1bdf8dbdaab3f17b448e14e3b1d4c6ad0a (patch)
tree3352e32962be78a22b004b4b9446f5740044b8eb /x11-misc/xsnap
parentMoved from app-misc to x11-misc, metadata created (diff)
downloadhistorical-deacca1bdf8dbdaab3f17b448e14e3b1d4c6ad0a.tar.gz
historical-deacca1bdf8dbdaab3f17b448e14e3b1d4c6ad0a.tar.bz2
historical-deacca1bdf8dbdaab3f17b448e14e3b1d4c6ad0a.zip
Moved from app-misc to x11-misc, metadata created
Diffstat (limited to 'x11-misc/xsnap')
-rw-r--r--x11-misc/xsnap/Manifest4
-rw-r--r--x11-misc/xsnap/files/digest-xsnap-1.31
-rw-r--r--x11-misc/xsnap/metadata.xml6
-rw-r--r--x11-misc/xsnap/xsnap-1.3.ebuild26
4 files changed, 35 insertions, 2 deletions
diff --git a/x11-misc/xsnap/Manifest b/x11-misc/xsnap/Manifest
index e36e6304310f..280b341ee702 100644
--- a/x11-misc/xsnap/Manifest
+++ b/x11-misc/xsnap/Manifest
@@ -1,4 +1,4 @@
-MD5 bac4111e7e8667f2dd87e2f999e2eeca xsnap-1.3.ebuild 660
-MD5 61c588b75c04c0bc51286c4a64ffbb66 ChangeLog 764
+MD5 13348fcf249e0beda8fbc136066b9ea8 xsnap-1.3.ebuild 658
+MD5 e017a8059e84f517108a14249eadcdac ChangeLog 909
MD5 6b2f8ecd3ad0e55432fa394deb816e86 metadata.xml 174
MD5 8935756ffcda63188f1df02d678f8cb5 files/digest-xsnap-1.3 57
diff --git a/x11-misc/xsnap/files/digest-xsnap-1.3 b/x11-misc/xsnap/files/digest-xsnap-1.3
new file mode 100644
index 000000000000..cb2adc7312f9
--- /dev/null
+++ b/x11-misc/xsnap/files/digest-xsnap-1.3
@@ -0,0 +1 @@
+MD5 a6dc88dc3f74d87d262b2051af879089 xsnap-1.3.tgz 18567
diff --git a/x11-misc/xsnap/metadata.xml b/x11-misc/xsnap/metadata.xml
new file mode 100644
index 000000000000..0e92f1446c72
--- /dev/null
+++ b/x11-misc/xsnap/metadata.xml
@@ -0,0 +1,6 @@
+<?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/xsnap/xsnap-1.3.ebuild b/x11-misc/xsnap/xsnap-1.3.ebuild
new file mode 100644
index 000000000000..22d72b940e6a
--- /dev/null
+++ b/x11-misc/xsnap/xsnap-1.3.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/xsnap/xsnap-1.3.ebuild,v 1.1 2003/11/18 04:30:48 port001 Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="Program to interactively take a 'snapshot' of a region of
+the screen"
+SRC_URI="ftp://ftp.ac-grenoble.fr/ge/Xutils/${P}.tgz"
+HOMEPAGE="ftp://ftp.ac-grenoble.fr/ge/Xutils/"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="x86 ppc"
+
+DEPEND="virtual/x11"
+
+src_compile() {
+ xmkmf || die
+ make || die
+}
+
+src_install() {
+ make DESTDIR=${D} install || die
+ make DESTDIR=${D} install.man || die
+ dodoc README INSTALL AUTHORS
+}