diff options
author | Ian Leitch <port001@gentoo.org> | 2003-11-18 04:25:59 +0000 |
---|---|---|
committer | Ian Leitch <port001@gentoo.org> | 2003-11-18 04:25:59 +0000 |
commit | 6163ff3e07bd9abc0707eb02dbff030711ecbabd (patch) | |
tree | 964ebbb448b01f6f7855a14d89bad338e9320322 /app-misc | |
parent | removed 1.9 (diff) | |
download | gentoo-2-6163ff3e07bd9abc0707eb02dbff030711ecbabd.tar.gz gentoo-2-6163ff3e07bd9abc0707eb02dbff030711ecbabd.tar.bz2 gentoo-2-6163ff3e07bd9abc0707eb02dbff030711ecbabd.zip |
*** empty log message ***
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/xsnap/ChangeLog | 17 | ||||
-rw-r--r-- | app-misc/xsnap/Manifest | 3 | ||||
-rw-r--r-- | app-misc/xsnap/files/digest-xsnap-1.3 | 1 | ||||
-rw-r--r-- | app-misc/xsnap/xsnap-1.3.ebuild | 26 |
4 files changed, 0 insertions, 47 deletions
diff --git a/app-misc/xsnap/ChangeLog b/app-misc/xsnap/ChangeLog deleted file mode 100644 index 33f443f21541..000000000000 --- a/app-misc/xsnap/ChangeLog +++ /dev/null @@ -1,17 +0,0 @@ -# ChangeLog for app-misc/xsnap -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/xsnap/ChangeLog,v 1.3 2003/02/12 05:11:48 vapier Exp $ - -*xsnap-1.3 (1 Feb 2002) - - 07 Aug 2002; Calum Selkirk <cselkirk@gentoo.org> xsnap-1.3.ebuild : - - Added ppc to KEYWORDS. - - 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : - - Added initial ChangeLog which should be updated whenever the package is - updated in any way. This changelog is targetted to users. This means that the - comments should well explained and written in clean English. The details about - writing correct changelogs are explained in the skel.ChangeLog file which you - can find in the root directory of the portage repository. diff --git a/app-misc/xsnap/Manifest b/app-misc/xsnap/Manifest deleted file mode 100644 index c707dd333976..000000000000 --- a/app-misc/xsnap/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -MD5 61c588b75c04c0bc51286c4a64ffbb66 ChangeLog 764 -MD5 bac4111e7e8667f2dd87e2f999e2eeca xsnap-1.3.ebuild 660 -MD5 8935756ffcda63188f1df02d678f8cb5 files/digest-xsnap-1.3 57 diff --git a/app-misc/xsnap/files/digest-xsnap-1.3 b/app-misc/xsnap/files/digest-xsnap-1.3 deleted file mode 100644 index cb2adc7312f9..000000000000 --- a/app-misc/xsnap/files/digest-xsnap-1.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 a6dc88dc3f74d87d262b2051af879089 xsnap-1.3.tgz 18567 diff --git a/app-misc/xsnap/xsnap-1.3.ebuild b/app-misc/xsnap/xsnap-1.3.ebuild deleted file mode 100644 index 8a5d9b87e713..000000000000 --- a/app-misc/xsnap/xsnap-1.3.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/xsnap/xsnap-1.3.ebuild,v 1.10 2003/09/05 12:10:36 msterret 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 -} |