diff options
author | 2012-10-27 20:39:01 +0000 | |
---|---|---|
committer | 2012-10-27 20:39:01 +0000 | |
commit | 5131f948a0b03a637542a301a94eebabb7b83386 (patch) | |
tree | c8ee87125df00bff16820176672340b4b2621ea3 /app-doc/openmotif-manual/openmotif-manual-2.3.0.ebuild | |
parent | Package move app-doc/openmotif-manual to app-doc/motif-reference-manual, bug ... (diff) | |
download | gentoo-2-5131f948a0b03a637542a301a94eebabb7b83386.tar.gz gentoo-2-5131f948a0b03a637542a301a94eebabb7b83386.tar.bz2 gentoo-2-5131f948a0b03a637542a301a94eebabb7b83386.zip |
Package move app-doc/openmotif-manual to app-doc/motif-reference-manual, bug 439910.
Diffstat (limited to 'app-doc/openmotif-manual/openmotif-manual-2.3.0.ebuild')
-rw-r--r-- | app-doc/openmotif-manual/openmotif-manual-2.3.0.ebuild | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/app-doc/openmotif-manual/openmotif-manual-2.3.0.ebuild b/app-doc/openmotif-manual/openmotif-manual-2.3.0.ebuild deleted file mode 100644 index a702a9c7498b..000000000000 --- a/app-doc/openmotif-manual/openmotif-manual-2.3.0.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/openmotif-manual/openmotif-manual-2.3.0.ebuild,v 1.11 2012/05/06 00:58:10 aballier Exp $ - -DESCRIPTION="Manual for Open Motif" -HOMEPAGE="http://www.motifzone.net/" -SRC_URI="ftp://ftp.ics.com/openmotif/openmotif-${PV}-manual.pdf.tgz" - -LICENSE="OPL" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -S="${WORKDIR}" - -src_install() { - dodoc *.pdf || die -} |