summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Leitch <port001@gentoo.org>2004-12-19 01:53:10 +0000
committerIan Leitch <port001@gentoo.org>2004-12-19 01:53:10 +0000
commit888e3490eece8c83fe43748c6e34ded84084b5c5 (patch)
tree5a2fc4eb7523590be3bbdd82b9649f1c54a1d46d /x11-misc
parentmasked www-apps/mediawiki-1.3.8 due security holes (diff)
downloadgentoo-2-888e3490eece8c83fe43748c6e34ded84084b5c5.tar.gz
gentoo-2-888e3490eece8c83fe43748c6e34ded84084b5c5.tar.bz2
gentoo-2-888e3490eece8c83fe43748c6e34ded84084b5c5.zip
Version bumped to 1.4.3
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/xsnap/ChangeLog7
-rw-r--r--x11-misc/xsnap/Manifest2
-rw-r--r--x11-misc/xsnap/files/digest-xsnap-1.4.31
-rw-r--r--x11-misc/xsnap/xsnap-1.4.3.ebuild27
4 files changed, 36 insertions, 1 deletions
diff --git a/x11-misc/xsnap/ChangeLog b/x11-misc/xsnap/ChangeLog
index 2e276f010174..9bbf02b87d26 100644
--- a/x11-misc/xsnap/ChangeLog
+++ b/x11-misc/xsnap/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-misc/xsnap
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsnap/ChangeLog,v 1.11 2004/06/24 22:45:09 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsnap/ChangeLog,v 1.12 2004/12/19 01:53:10 port001 Exp $
+
+*xsnap-1.4.3 (17 Dec 2004)
+
+ 17 Dec 2004; Ian Leitch <port001@gentoo.org> +xsnap-1.4.3.ebuild:
+ Version bumped to 1.4.3
18 Jun 2004; Jason Wever <weeve@gentoo.org> xsnap-1.3.ebuild:
Stable on sparc.
diff --git a/x11-misc/xsnap/Manifest b/x11-misc/xsnap/Manifest
index e72add1729c4..0acb8b44d0cd 100644
--- a/x11-misc/xsnap/Manifest
+++ b/x11-misc/xsnap/Manifest
@@ -1,5 +1,7 @@
MD5 165b6cfc968c2649ceb62d484a47ae74 xsnap-1.3.ebuild 753
+MD5 1589a22d9793d30a9489e6bfb1bdfa71 xsnap-1.4.3.ebuild 679
MD5 907f1135aacedc237bcbda0eaa3c7707 ChangeLog 1685
MD5 6b2f8ecd3ad0e55432fa394deb816e86 metadata.xml 174
MD5 8935756ffcda63188f1df02d678f8cb5 files/digest-xsnap-1.3 57
+MD5 2b854d6f7e3f22c97c17b407603fa796 files/digest-xsnap-1.4.3 63
MD5 bbc0ee7ce1ca06fc97a84d9769713c98 files/xsnap-1.3-gentoo.patch 406
diff --git a/x11-misc/xsnap/files/digest-xsnap-1.4.3 b/x11-misc/xsnap/files/digest-xsnap-1.4.3
new file mode 100644
index 000000000000..0021ffbe0dba
--- /dev/null
+++ b/x11-misc/xsnap/files/digest-xsnap-1.4.3
@@ -0,0 +1 @@
+MD5 f9d87d871bc123e44021d674c890114b xsnap-1.4.3.tar.bz2 19100
diff --git a/x11-misc/xsnap/xsnap-1.4.3.ebuild b/x11-misc/xsnap/xsnap-1.4.3.ebuild
new file mode 100644
index 000000000000..c55ea7500add
--- /dev/null
+++ b/x11-misc/xsnap/xsnap-1.4.3.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsnap/xsnap-1.4.3.ebuild,v 1.1 2004/12/19 01:53:10 port001 Exp $
+
+inherit eutils
+
+DESCRIPTION="Program to interactively take a 'snapshot' of a region of the screen"
+SRC_URI="ftp://ftp.ac-grenoble.fr/ge/Xutils/${P}.tar.bz2"
+HOMEPAGE="ftp://ftp.ac-grenoble.fr/ge/Xutils/"
+
+SLOT="0"
+LICENSE="as-is"
+KEYWORDS="~x86 ~ppc ~sparc ~amd64"
+IUSE=""
+
+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
+}