summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2005-11-01 13:41:02 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2005-11-01 13:41:02 +0000
commite596c8e8b4f674e44a495e52d4c949e31f5840d7 (patch)
tree86d8917a1d03aa965408d6de7b9068db18429dbe /x11-misc/autocutsel
parentRemove old ebuilds. (diff)
downloadhistorical-e596c8e8b4f674e44a495e52d4c949e31f5840d7.tar.gz
historical-e596c8e8b4f674e44a495e52d4c949e31f5840d7.tar.bz2
historical-e596c8e8b4f674e44a495e52d4c949e31f5840d7.zip
Fixed dodoc not to install COPYING and/or INSTALL. Stable on x86.
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'x11-misc/autocutsel')
-rw-r--r--x11-misc/autocutsel/ChangeLog6
-rw-r--r--x11-misc/autocutsel/autocutsel-0.6.2.ebuild11
-rw-r--r--x11-misc/autocutsel/autocutsel-0.8.0.ebuild11
3 files changed, 11 insertions, 17 deletions
diff --git a/x11-misc/autocutsel/ChangeLog b/x11-misc/autocutsel/ChangeLog
index fb3bf5c55daa..a83682f9aa7c 100644
--- a/x11-misc/autocutsel/ChangeLog
+++ b/x11-misc/autocutsel/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/autocutsel
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/autocutsel/ChangeLog,v 1.12 2005/06/15 09:22:08 pyrania Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/autocutsel/ChangeLog,v 1.13 2005/11/01 13:41:02 nelchael Exp $
+
+ 01 Nov 2005; Krzysiek Pawlik <nelchael@gentoo.org>
+ autocutsel-0.6.2.ebuild, autocutsel-0.8.0.ebuild:
+ Fixed dodoc not to install COPYING and/or INSTALL. Stable on x86.
*autocutsel-0.8.0 (15 Jun 2005)
diff --git a/x11-misc/autocutsel/autocutsel-0.6.2.ebuild b/x11-misc/autocutsel/autocutsel-0.6.2.ebuild
index 3d8483e8a847..05facbac1fde 100644
--- a/x11-misc/autocutsel/autocutsel-0.6.2.ebuild
+++ b/x11-misc/autocutsel/autocutsel-0.6.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/autocutsel/autocutsel-0.6.2.ebuild,v 1.11 2004/06/28 19:49:42 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/autocutsel/autocutsel-0.6.2.ebuild,v 1.12 2005/11/01 13:41:02 nelchael Exp $
DESCRIPTION="Synchronise the two copy/paste buffers mainly used by X applications"
HOMEPAGE="http://www.lepton.fr/tools/autocutsel/"
@@ -13,13 +13,8 @@ KEYWORDS="x86 sparc ppc"
DEPEND="virtual/libc
virtual/x11"
-src_compile() {
- econf || die "econf failed"
- emake || die
-}
-
src_install() {
make DESTDIR=${D} install || die
- dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
+ dodoc AUTHORS ChangeLog NEWS README TODO
}
diff --git a/x11-misc/autocutsel/autocutsel-0.8.0.ebuild b/x11-misc/autocutsel/autocutsel-0.8.0.ebuild
index 4cfe5337da65..ff88a3f46303 100644
--- a/x11-misc/autocutsel/autocutsel-0.8.0.ebuild
+++ b/x11-misc/autocutsel/autocutsel-0.8.0.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/autocutsel/autocutsel-0.8.0.ebuild,v 1.1 2005/06/15 09:22:08 pyrania Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/autocutsel/autocutsel-0.8.0.ebuild,v 1.2 2005/11/01 13:41:02 nelchael Exp $
DESCRIPTION="Synchronise the two copy/paste buffers mainly used by X applications"
HOMEPAGE="http://www.lepton.fr/tools/autocutsel/"
@@ -8,18 +8,13 @@ SRC_URI="http://savannah.nongnu.org/download/${PN}/${P}.tar.gz"
IUSE=""
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~ppc ~sparc ~x86"
+KEYWORDS="~ppc ~sparc x86"
DEPEND="virtual/libc
virtual/x11"
-src_compile() {
- econf || die "econf failed"
- emake || die
-}
-
src_install() {
make DESTDIR=${D} install || die
- dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
+ dodoc AUTHORS ChangeLog NEWS README TODO
}