summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-08-05 18:23:24 +0000
committerMike Frysinger <vapier@gentoo.org>2003-08-05 18:23:24 +0000
commit79c36b56c4ff4822da67a10461551615177535da (patch)
tree8fe6337c242d9374a382703961963e397e58e168 /app-i18n/manpages-ru
parent*** empty log message *** (diff)
downloadgentoo-2-79c36b56c4ff4822da67a10461551615177535da.tar.gz
gentoo-2-79c36b56c4ff4822da67a10461551615177535da.tar.bz2
gentoo-2-79c36b56c4ff4822da67a10461551615177535da.zip
fix license
Diffstat (limited to 'app-i18n/manpages-ru')
-rw-r--r--app-i18n/manpages-ru/manpages-ru-0.7.ebuild18
1 files changed, 9 insertions, 9 deletions
diff --git a/app-i18n/manpages-ru/manpages-ru-0.7.ebuild b/app-i18n/manpages-ru/manpages-ru-0.7.ebuild
index a51718d07c04..25b4720877ad 100644
--- a/app-i18n/manpages-ru/manpages-ru-0.7.ebuild
+++ b/app-i18n/manpages-ru/manpages-ru-0.7.ebuild
@@ -1,23 +1,23 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/manpages-ru/manpages-ru-0.7.ebuild,v 1.7 2003/02/13 08:47:08 vapier Exp $
+# Distributed under the terms of the GNU General Public Licensev2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/manpages-ru/manpages-ru-0.7.ebuild,v 1.8 2003/08/05 18:23:24 vapier Exp $
+
+inherit eutils
DESCRIPTION="A collection of Russian translations of Linux manual pages."
HOMEPAGE="http://alexm.here.ru/manpages-ru/"
+SRC_URI="ftp://ftp.win.tue.nl/pub/linux-local/manpages/translations/man-pages-ru-${PV}.tar.gz"
+
LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86 ppc"
DEPEND=""
RDEPEND="sys-apps/man"
-KEYWORDS="x86 ppc"
-SLOT="0"
-
-SRC_URI="ftp://ftp.win.tue.nl/pub/linux-local/manpages/translations/man-pages-ru-${PV}.tar.gz"
-S=${WORKDIR}/${P}
-
src_unpack() {
unpack ${A}
- patch -p0 < ${FILESDIR}/${P}-gentoo.diff || die
+ epatch ${FILESDIR}/${P}-gentoo.diff
}
src_compile() {