summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2008-02-26 19:13:58 +0000
committerRaúl Porcel <armin76@gentoo.org>2008-02-26 19:13:58 +0000
commit2735584f64eb5b3ee4d6b9b3241e4e26db691e20 (patch)
tree186649dde521149d03264305b4e1d8202126dae4 /app-i18n
parent0.6.6 marked stable, version bump 0.6.7, ebuild cleanup (removed already merg... (diff)
downloadgentoo-2-2735584f64eb5b3ee4d6b9b3241e4e26db691e20.tar.gz
gentoo-2-2735584f64eb5b3ee4d6b9b3241e4e26db691e20.tar.bz2
gentoo-2-2735584f64eb5b3ee4d6b9b3241e4e26db691e20.zip
All stable, remove old
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/man-pages-pl/ChangeLog9
-rw-r--r--app-i18n/man-pages-pl/man-pages-pl-20051024.ebuild49
-rw-r--r--app-i18n/man-pages-pl/man-pages-pl-20070126.ebuild49
-rw-r--r--app-i18n/man-pages-pl/man-pages-pl-20070628.ebuild6
4 files changed, 10 insertions, 103 deletions
diff --git a/app-i18n/man-pages-pl/ChangeLog b/app-i18n/man-pages-pl/ChangeLog
index ad8c2d889d6e..47923dd1a888 100644
--- a/app-i18n/man-pages-pl/ChangeLog
+++ b/app-i18n/man-pages-pl/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-i18n/man-pages-pl
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/man-pages-pl/ChangeLog,v 1.9 2007/09/26 19:37:44 spock Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/man-pages-pl/ChangeLog,v 1.10 2008/02/26 19:13:58 armin76 Exp $
+
+ 26 Feb 2008; Raúl Porcel <armin76@gentoo.org>
+ -man-pages-pl-20051024.ebuild, -man-pages-pl-20070126.ebuild,
+ man-pages-pl-20070628.ebuild:
+ All stable, remove old
26 Sep 2007; Michał Januszewski <spock@gentoo.org>
-man-pages-pl-20040401.ebuild:
diff --git a/app-i18n/man-pages-pl/man-pages-pl-20051024.ebuild b/app-i18n/man-pages-pl/man-pages-pl-20051024.ebuild
deleted file mode 100644
index 7211586199d1..000000000000
--- a/app-i18n/man-pages-pl/man-pages-pl-20051024.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/man-pages-pl/man-pages-pl-20051024.ebuild,v 1.6 2007/06/21 19:05:50 spock Exp $
-
-DESCRIPTION="A collection of Polish translations of Linux manual pages."
-HOMEPAGE="http://ptm.linux.pl/"
-SRC_URI="http://ptm.linux.pl/man-PL${PV:6:2}-${PV:4:2}-${PV:0:4}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86"
-IUSE=""
-
-RDEPEND="virtual/man"
-DEPEND="sys-devel/autoconf"
-
-S=${WORKDIR}/pl_PL
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- # missing manpages
- sed -i -e '/\tpasswd.1/ d' man1/Makefile.am
-
- # manpages provided by other packages
- mans="gendiff.1 groups.1 apropos.1 man.1 su.1 newgrp.1 whatis.1 gpasswd.1 chsh.1 \
- chfn.1 limits.5 login.1 expiry.1 porttime.5 lastlog.8 faillog.8 logoutd.8 \
- rpm.8 rpmdeps.8 rpmbuild.8 rpmcache.8 rpmgraph.8 rpm2cpio.8 evim.1 vim.1 \
- vimdiff.1 vimtutor.1 ex.1 rview.1 rvim.1 view.1 suauth.5 mc.1"
- for page in ${mans} ; do
- sed -i -e "/\\t${page}/ d" man${page: -1}/Makefile.am
- done
-}
-
-src_compile() {
- ./autogen.sh \
- --host=${CHOST} \
- --prefix=/usr \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man \
- || die "./configure failed"
- emake || die
-}
-
-src_install() {
- make DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog FAQ NEWS README TODO
-}
diff --git a/app-i18n/man-pages-pl/man-pages-pl-20070126.ebuild b/app-i18n/man-pages-pl/man-pages-pl-20070126.ebuild
deleted file mode 100644
index bf35aba3d82f..000000000000
--- a/app-i18n/man-pages-pl/man-pages-pl-20070126.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/man-pages-pl/man-pages-pl-20070126.ebuild,v 1.2 2007/06/21 19:05:50 spock Exp $
-
-DESCRIPTION="A collection of Polish translations of Linux manual pages."
-HOMEPAGE="http://ptm.linux.pl/"
-SRC_URI="http://ptm.linux.pl/man-PL${PV:6:2}-${PV:4:2}-${PV:0:4}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND=""
-
-S=${WORKDIR}/pl_PL
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- # missing manpages
- sed -i -e '/\tpasswd.1/ d' man1/Makefile.am
-
- # manpages provided by other packages
- mans="gendiff.1 groups.1 apropos.1 man.1 su.1 newgrp.1 whatis.1 gpasswd.1 chsh.1 \
- chfn.1 limits.5 login.1 expiry.1 porttime.5 lastlog.8 faillog.8 logoutd.8 \
- rpm.8 rpmdeps.8 rpmbuild.8 rpmcache.8 rpmgraph.8 rpm2cpio.8 evim.1 vim.1 \
- vimdiff.1 vimtutor.1 ex.1 rview.1 rvim.1 view.1 suauth.5 mc.1"
- for page in ${mans} ; do
- sed -i -e "/\\t${page}/ d" man${page: -1}/Makefile.am
- done
-}
-
-src_compile() {
- ./autogen.sh \
- --host=${CHOST} \
- --prefix=/usr \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man \
- || die "./configure failed"
- emake || die
-}
-
-src_install() {
- make DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog FAQ NEWS README TODO
-}
diff --git a/app-i18n/man-pages-pl/man-pages-pl-20070628.ebuild b/app-i18n/man-pages-pl/man-pages-pl-20070628.ebuild
index 82bdd2113ef9..a1433e47cdfa 100644
--- a/app-i18n/man-pages-pl/man-pages-pl-20070628.ebuild
+++ b/app-i18n/man-pages-pl/man-pages-pl-20070628.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/man-pages-pl/man-pages-pl-20070628.ebuild,v 1.1 2007/07/16 22:57:28 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/man-pages-pl/man-pages-pl-20070628.ebuild,v 1.2 2008/02/26 19:13:58 armin76 Exp $
DESCRIPTION="A collection of Polish translations of Linux manual pages."
HOMEPAGE="http://ptm.linux.pl/"
@@ -8,7 +8,7 @@ SRC_URI="http://ptm.linux.pl/man-PL${PV:6:2}-${PV:4:2}-${PV:0:4}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86"
IUSE=""
RDEPEND=""