diff options
author | Ian Leitch <port001@gentoo.org> | 2004-05-01 01:16:44 +0000 |
---|---|---|
committer | Ian Leitch <port001@gentoo.org> | 2004-05-01 01:16:44 +0000 |
commit | 8537e303ca31c072a19e3b71d16623701e602e0a (patch) | |
tree | a5d1a53c221fa0f16ec5923c449c5bc588ecd61d /x11-misc | |
parent | Non trivial HOMEPAGE and SRC_URI fixes (diff) | |
download | historical-8537e303ca31c072a19e3b71d16623701e602e0a.tar.gz historical-8537e303ca31c072a19e3b71d16623701e602e0a.tar.bz2 historical-8537e303ca31c072a19e3b71d16623701e602e0a.zip |
patch all archs
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xsnap/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xsnap/Manifest | 4 | ||||
-rw-r--r-- | x11-misc/xsnap/xsnap-1.3.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/x11-misc/xsnap/ChangeLog b/x11-misc/xsnap/ChangeLog index 87ac51acbbf4..facdc8facfc4 100644 --- a/x11-misc/xsnap/ChangeLog +++ b/x11-misc/xsnap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xsnap # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsnap/ChangeLog,v 1.6 2004/04/27 21:08:42 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsnap/ChangeLog,v 1.7 2004/05/01 01:16:44 port001 Exp $ + + 01 May 2004; Ian Leitch <port001@gentoo.org> xsnap-1.3.ebuild: + patch all archs 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> xsnap-1.3.ebuild: Add inherit eutils diff --git a/x11-misc/xsnap/Manifest b/x11-misc/xsnap/Manifest index 395eece44ff2..74f24a5b6b9a 100644 --- a/x11-misc/xsnap/Manifest +++ b/x11-misc/xsnap/Manifest @@ -1,5 +1,5 @@ +MD5 cbc83502b21ddd0878918f395b613537 xsnap-1.3.ebuild 754 +MD5 e3f5c55e39b184256e0f7da51e5a6f0a ChangeLog 1446 MD5 6b2f8ecd3ad0e55432fa394deb816e86 metadata.xml 174 -MD5 1b9682abcc09979412d96047ec7b5a20 xsnap-1.3.ebuild 768 -MD5 4a812c9521d07d1064f772c0957d2450 ChangeLog 1363 MD5 8935756ffcda63188f1df02d678f8cb5 files/digest-xsnap-1.3 57 MD5 bbc0ee7ce1ca06fc97a84d9769713c98 files/xsnap-1.3-gentoo.patch 406 diff --git a/x11-misc/xsnap/xsnap-1.3.ebuild b/x11-misc/xsnap/xsnap-1.3.ebuild index b7397251b248..f43c3a4517d3 100644 --- a/x11-misc/xsnap/xsnap-1.3.ebuild +++ b/x11-misc/xsnap/xsnap-1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.5 2004/04/27 21:08:42 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsnap/xsnap-1.3.ebuild,v 1.6 2004/05/01 01:16:44 port001 Exp $ inherit eutils @@ -18,7 +18,7 @@ DEPEND="virtual/x11" src_unpack() { unpack ${A} cd ${WORKDIR} - use amd64 && epatch ${FILESDIR}/${P}-gentoo.patch + epatch ${FILESDIR}/${P}-gentoo.patch } src_compile() { |