diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2005-11-02 19:03:12 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2005-11-02 19:03:12 +0000 |
commit | f049b94e93aba07af63661264994749eff822c67 (patch) | |
tree | d66fd479f77b00c55867fdd9b697f17283866f22 /x11-misc/accessx | |
parent | Fix ChangeLog. (diff) | |
download | gentoo-2-f049b94e93aba07af63661264994749eff822c67.tar.gz gentoo-2-f049b94e93aba07af63661264994749eff822c67.tar.bz2 gentoo-2-f049b94e93aba07af63661264994749eff822c67.zip |
Fixed dodoc not to install COPYING and/or INSTALL.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'x11-misc/accessx')
-rw-r--r-- | x11-misc/accessx/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/accessx/accessx-0950.ebuild | 25 | ||||
-rw-r--r-- | x11-misc/accessx/accessx-0951.ebuild | 6 | ||||
-rw-r--r-- | x11-misc/accessx/files/digest-accessx-0950 | 1 |
4 files changed, 9 insertions, 31 deletions
diff --git a/x11-misc/accessx/ChangeLog b/x11-misc/accessx/ChangeLog index 07e1cce78d89..5120d9bce656 100644 --- a/x11-misc/accessx/ChangeLog +++ b/x11-misc/accessx/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/accessx -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/accessx/ChangeLog,v 1.17 2004/10/23 16:31:26 weeve Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/accessx/ChangeLog,v 1.18 2005/11/02 19:03:12 nelchael Exp $ + + 02 Nov 2005; Krzysiek Pawlik <nelchael@gentoo.org> -accessx-0950.ebuild, + accessx-0951.ebuild: + Fixed dodoc not to install COPYING and/or INSTALL. 23 Oct 2004; Jason Wever <weeve@gentoo.org> accessx-0951.ebuild: Stable on sparc. diff --git a/x11-misc/accessx/accessx-0950.ebuild b/x11-misc/accessx/accessx-0950.ebuild deleted file mode 100644 index 81d87fda5553..000000000000 --- a/x11-misc/accessx/accessx-0950.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/accessx/accessx-0950.ebuild,v 1.13 2004/09/29 09:20:27 pyrania Exp $ - -S=${WORKDIR}/${PN} -DESCRIPTION="Interface to the XKEYBOARD extension in X11" -SRC_URI="http://cmos-eng.rehab.uiuc.edu/accessx/software/${PN}${PV}.tar.gz" -HOMEPAGE="http://cmos-eng.rehab.uiuc.edu/accessx/" - -DEPEND="virtual/x11" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 sparc ppc" -IUSE="" - -src_compile() { - make || die -} - -src_install () { - into /usr - dobin accessx ax || die - dodoc README INSTALL CHANGES -} diff --git a/x11-misc/accessx/accessx-0951.ebuild b/x11-misc/accessx/accessx-0951.ebuild index b001976cf796..88577c5331f7 100644 --- a/x11-misc/accessx/accessx-0951.ebuild +++ b/x11-misc/accessx/accessx-0951.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/accessx/accessx-0951.ebuild,v 1.6 2004/10/23 16:31:26 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/accessx/accessx-0951.ebuild,v 1.7 2005/11/02 19:03:12 nelchael Exp $ S=${WORKDIR}/${PN} DESCRIPTION="Interface to the XKEYBOARD extension in X11" @@ -22,5 +22,5 @@ src_compile() { src_install () { into /usr dobin accessx ax || die - dodoc README INSTALL CHANGES + dodoc README CHANGES } diff --git a/x11-misc/accessx/files/digest-accessx-0950 b/x11-misc/accessx/files/digest-accessx-0950 deleted file mode 100644 index c3dd35473984..000000000000 --- a/x11-misc/accessx/files/digest-accessx-0950 +++ /dev/null @@ -1 +0,0 @@ -MD5 c61cf27887c76a8cca32f878389bba57 accessx0950.tar.gz 10280 |