summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Smith <smithj@gentoo.org>2005-07-25 22:09:55 +0000
committerJonathan Smith <smithj@gentoo.org>2005-07-25 22:09:55 +0000
commitcff8354ae3f5277dcd9bd49cb64c5b90ad388fe7 (patch)
tree6321f5c9e8f0b281e7e39e12882d72d042b483ea /x11-misc
parent#99861: fixed -hide feature that should really be fixed upstream (diff)
downloadgentoo-2-cff8354ae3f5277dcd9bd49cb64c5b90ad388fe7.tar.gz
gentoo-2-cff8354ae3f5277dcd9bd49cb64c5b90ad388fe7.tar.bz2
gentoo-2-cff8354ae3f5277dcd9bd49cb64c5b90ad388fe7.zip
i am an idiot... using repoman to commit this time...
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/xsnap/ChangeLog5
-rw-r--r--x11-misc/xsnap/Manifest19
-rw-r--r--x11-misc/xsnap/files/digest-xsnap-1.4.31
-rw-r--r--x11-misc/xsnap/xsnap-1.4.3-r1.ebuild3
4 files changed, 6 insertions, 22 deletions
diff --git a/x11-misc/xsnap/ChangeLog b/x11-misc/xsnap/ChangeLog
index 7b90a3f26bf9..80cf11ecd4d5 100644
--- a/x11-misc/xsnap/ChangeLog
+++ b/x11-misc/xsnap/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/xsnap
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsnap/ChangeLog,v 1.14 2005/07/25 22:06:38 smithj Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsnap/ChangeLog,v 1.15 2005/07/25 22:09:55 smithj Exp $
+
+ 25 Jul 2005; Jonathan Smith <smithj@gentoo.org> xsnap-1.4.3-r1.ebuild:
+ i am an idiot... using repoman to commit this time...
*xsnap-1.4.3-r1 (25 Jul 2005)
diff --git a/x11-misc/xsnap/Manifest b/x11-misc/xsnap/Manifest
index 73d33bc2a347..e69de29bb2d1 100644
--- a/x11-misc/xsnap/Manifest
+++ b/x11-misc/xsnap/Manifest
@@ -1,19 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 165b6cfc968c2649ceb62d484a47ae74 xsnap-1.3.ebuild 753
-MD5 efebb331d3c9552d7052352770d48c14 ChangeLog 2221
-MD5 6b2f8ecd3ad0e55432fa394deb816e86 metadata.xml 174
-MD5 f114a3c11b8ca6056dc620bd068d45a5 xsnap-1.4.3-r1.ebuild 904
-MD5 8935756ffcda63188f1df02d678f8cb5 files/digest-xsnap-1.3 57
-MD5 2b854d6f7e3f22c97c17b407603fa796 files/digest-xsnap-1.4.3-r1 63
-MD5 bbc0ee7ce1ca06fc97a84d9769713c98 files/xsnap-1.3-gentoo.patch 406
-MD5 b181b026b729d1337836ca0c933491bd files/xsnap-1.4-gentoo.patch 251
-MD5 83a81f034c00b81e8f8cc26f9d719051 files/xsnap-this-should-be-fixed-updstream.patch 1698
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
-
-iD8DBQFC5WKnl5AvwDPiUowRApTnAKCE9vwC870j30ER+83TJBUJwh5BpACfUTgH
-ntk7zUOYcQtrNC6OIbtzAUA=
-=KSaT
------END PGP SIGNATURE-----
diff --git a/x11-misc/xsnap/files/digest-xsnap-1.4.3 b/x11-misc/xsnap/files/digest-xsnap-1.4.3
deleted file mode 100644
index 0021ffbe0dba..000000000000
--- a/x11-misc/xsnap/files/digest-xsnap-1.4.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f9d87d871bc123e44021d674c890114b xsnap-1.4.3.tar.bz2 19100
diff --git a/x11-misc/xsnap/xsnap-1.4.3-r1.ebuild b/x11-misc/xsnap/xsnap-1.4.3-r1.ebuild
index a076567456ad..908abcd21b8e 100644
--- a/x11-misc/xsnap/xsnap-1.4.3-r1.ebuild
+++ b/x11-misc/xsnap/xsnap-1.4.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 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-r1.ebuild,v 1.1 2005/07/25 22:06:38 smithj Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsnap/xsnap-1.4.3-r1.ebuild,v 1.2 2005/07/25 22:09:55 smithj Exp $
inherit eutils
@@ -19,6 +19,7 @@ src_unpack() {
unpack ${A}
cd ${S}
epatch ${FILESDIR}/${PN}-1.4-gentoo.patch
+ # i notified upstream about it... should be fixed soon
epatch ${FILESDIR}/${PN}-this-should-be-fixed-updstream.patch
}