* [gentoo-commits] gentoo-x86 commit in dev-perl/PDL: ChangeLog PDL-2.4.5.ebuild PDL-2.4.4.ebuild
@ 2009-12-13 11:54 Torsten Veller (tove)
0 siblings, 0 replies; 2+ messages in thread
From: Torsten Veller (tove) @ 2009-12-13 11:54 UTC (permalink / raw
To: gentoo-commits
tove 09/12/13 11:54:12
Modified: ChangeLog PDL-2.4.5.ebuild PDL-2.4.4.ebuild
Log:
Ebuild maintainance
(Portage version: 2.2_rc58/cvs/Linux x86_64)
Revision Changes Path
1.85 dev-perl/PDL/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/PDL/ChangeLog?rev=1.85&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/PDL/ChangeLog?rev=1.85&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/PDL/ChangeLog?r1=1.84&r2=1.85
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog 10 Nov 2009 10:27:04 -0000 1.84
+++ ChangeLog 13 Dec 2009 11:54:12 -0000 1.85
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/PDL
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v 1.84 2009/11/10 10:27:04 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v 1.85 2009/12/13 11:54:12 tove Exp $
+
+ 13 Dec 2009; Torsten Veller <tove@gentoo.org> PDL-2.4.4.ebuild,
+ PDL-2.4.5.ebuild:
+ Ebuild maintainance
*PDL-2.4.5 (10 Nov 2009)
1.2 dev-perl/PDL/PDL-2.4.5.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/PDL/PDL-2.4.5.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/PDL/PDL-2.4.5.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/PDL/PDL-2.4.5.ebuild?r1=1.1&r2=1.2
Index: PDL-2.4.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- PDL-2.4.5.ebuild 10 Nov 2009 10:27:04 -0000 1.1
+++ PDL-2.4.5.ebuild 13 Dec 2009 11:54:12 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.5.ebuild,v 1.1 2009/11/10 10:27:04 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.5.ebuild,v 1.2 2009/12/13 11:54:12 tove Exp $
EAPI=2
@@ -65,29 +65,19 @@
src_install() {
perl-module_src_install
- dodir /usr/share/doc/${PF}/html
- eval `perl '-V:version'`
- PERLVERSION=${version}
- eval `perl '-V:archname'`
- ARCHVERSION=${archname}
- mv "${D}"/usr/$(get_libdir)/perl5/vendor_perl/${PERLVERSION}/${ARCHVERSION}/PDL/HtmlDocs/PDL \
- "${D}"/usr/share/doc/${PF}/html
-
- mydir=${D}/usr/share/doc/${PF}/html/PDL
-
- for i in "${mydir}"/* "${mydir}"/IO/* "${mydir}"/Fit/* "${mydir}"/Pod/* "${mydir}"/Graphics/*
- do
- dosed "${i/${D}}"
- done
- cp "${S}"/Doc/scantree.pl "${D}"/usr/$(get_libdir)/perl5/vendor_perl/${PERLVERSION}/${ARCHVERSION}/PDL/Doc/
- cp "${S}"/Doc/mkhtmldoc.pl "${D}"/usr/$(get_libdir)/perl5/vendor_perl/${PERLVERSION}/${ARCHVERSION}/PDL/Doc/
+
+ cp "${S}"/Doc/{scantree.pl,mkhtmldoc.pl} "${D}"/${VENDOR_ARCH}/PDL/Doc/ || die
}
pkg_postinst() {
- perl /usr/$(get_libdir)/perl5/vendor_perl/${PERLVERSION}/${ARCHVERSION}/PDL/Doc/scantree.pl
- elog "Building perldl.db done. You can recreate this at any time"
- elog "by running"
- elog "perl /usr/$(get_libdir)/perl5/vendor_perl/${PERLVERSION}/${ARCHVERSION}/PDL/Doc/scantree.pl"
+ if [[ ${ROOT} = / ]] ; then
+ perl ${VENDOR_ARCH}/PDL/Doc/scantree.pl
+ elog "Building perldl.db done. You can recreate this at any time"
+ elog "by running"
+ else
+ elog "You must create perldl.db by running"
+ fi
+ elog "perl ${VENDOR_ARCH}/PDL/Doc/scantree.pl"
epause 3
elog "PDL requires that glx and dri support be enabled in"
elog "your X configuration for certain parts of the graphics"
1.6 dev-perl/PDL/PDL-2.4.4.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/PDL/PDL-2.4.4.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/PDL/PDL-2.4.4.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/PDL/PDL-2.4.4.ebuild?r1=1.5&r2=1.6
Index: PDL-2.4.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.4.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- PDL-2.4.4.ebuild 10 Aug 2009 19:57:18 -0000 1.5
+++ PDL-2.4.4.ebuild 13 Dec 2009 11:54:12 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.4.ebuild,v 1.5 2009/08/10 19:57:18 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.4.ebuild,v 1.6 2009/12/13 11:54:12 tove Exp $
EAPI=2
@@ -65,29 +65,19 @@
src_install() {
perl-module_src_install
- dodir /usr/share/doc/${PF}/html
- eval `perl '-V:version'`
- PERLVERSION=${version}
- eval `perl '-V:archname'`
- ARCHVERSION=${archname}
- mv "${D}"/usr/$(get_libdir)/perl5/vendor_perl/${PERLVERSION}/${ARCHVERSION}/PDL/HtmlDocs/PDL \
- "${D}"/usr/share/doc/${PF}/html
-
- mydir=${D}/usr/share/doc/${PF}/html/PDL
-
- for i in "${mydir}"/* "${mydir}"/IO/* "${mydir}"/Fit/* "${mydir}"/Pod/* "${mydir}"/Graphics/*
- do
- dosed "${i/${D}}"
- done
- cp "${S}"/Doc/scantree.pl "${D}"/usr/$(get_libdir)/perl5/vendor_perl/${PERLVERSION}/${ARCHVERSION}/PDL/Doc/
- cp "${S}"/Doc/mkhtmldoc.pl "${D}"/usr/$(get_libdir)/perl5/vendor_perl/${PERLVERSION}/${ARCHVERSION}/PDL/Doc/
+
+ cp "${S}"/Doc/{scantree.pl,mkhtmldoc.pl} "${D}"/${VENDOR_ARCH}/PDL/Doc/ || die
}
pkg_postinst() {
- perl /usr/$(get_libdir)/perl5/vendor_perl/${PERLVERSION}/${ARCHVERSION}/PDL/Doc/scantree.pl
- elog "Building perldl.db done. You can recreate this at any time"
- elog "by running"
- elog "perl /usr/$(get_libdir)/perl5/vendor_perl/${PERLVERSION}/${ARCHVERSION}/PDL/Doc/scantree.pl"
+ if [[ ${ROOT} = / ]] ; then
+ perl ${VENDOR_ARCH}/PDL/Doc/scantree.pl
+ elog "Building perldl.db done. You can recreate this at any time"
+ elog "by running"
+ else
+ elog "You must create perldl.db by running"
+ fi
+ elog "perl ${VENDOR_ARCH}/PDL/Doc/scantree.pl"
epause 3
elog "PDL requires that glx and dri support be enabled in"
elog "your X configuration for certain parts of the graphics"
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-perl/PDL: ChangeLog PDL-2.4.5.ebuild PDL-2.4.4.ebuild
@ 2010-01-21 14:38 Torsten Veller (tove)
0 siblings, 0 replies; 2+ messages in thread
From: Torsten Veller (tove) @ 2010-01-21 14:38 UTC (permalink / raw
To: gentoo-commits
tove 10/01/21 14:38:42
Modified: ChangeLog PDL-2.4.5.ebuild PDL-2.4.4.ebuild
Log:
Drop mips (#267990)
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Revision Changes Path
1.88 dev-perl/PDL/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/PDL/ChangeLog?rev=1.88&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/PDL/ChangeLog?rev=1.88&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/PDL/ChangeLog?r1=1.87&r2=1.88
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog 9 Jan 2010 05:03:20 -0000 1.87
+++ ChangeLog 21 Jan 2010 14:38:42 -0000 1.88
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/PDL
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v 1.87 2010/01/09 05:03:20 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v 1.88 2010/01/21 14:38:42 tove Exp $
+
+ 21 Jan 2010; Torsten Veller <tove@gentoo.org> PDL-2.4.4.ebuild,
+ PDL-2.4.5.ebuild:
+ Drop mips (#267990)
09 Jan 2010; Torsten Veller <tove@gentoo.org> +PDL-2.4.4.ebuild:
Readd accidentally dropped PDL-2.4.4
1.3 dev-perl/PDL/PDL-2.4.5.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/PDL/PDL-2.4.5.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/PDL/PDL-2.4.5.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/PDL/PDL-2.4.5.ebuild?r1=1.2&r2=1.3
Index: PDL-2.4.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- PDL-2.4.5.ebuild 13 Dec 2009 11:54:12 -0000 1.2
+++ PDL-2.4.5.ebuild 21 Jan 2010 14:38:42 -0000 1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.5.ebuild,v 1.2 2009/12/13 11:54:12 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.5.ebuild,v 1.3 2010/01/21 14:38:42 tove Exp $
EAPI=2
@@ -11,7 +11,7 @@
LICENSE="Artistic as-is"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~sh ~sparc ~x86"
IUSE="badval fftw gsl opengl"
DEPEND=">=sys-libs/ncurses-5.2
1.9 dev-perl/PDL/PDL-2.4.4.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/PDL/PDL-2.4.4.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/PDL/PDL-2.4.4.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/PDL/PDL-2.4.4.ebuild?r1=1.8&r2=1.9
Index: PDL-2.4.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.4.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- PDL-2.4.4.ebuild 9 Jan 2010 05:03:20 -0000 1.8
+++ PDL-2.4.4.ebuild 21 Jan 2010 14:38:42 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.4.ebuild,v 1.8 2010/01/09 05:03:20 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.4.ebuild,v 1.9 2010/01/21 14:38:42 tove Exp $
EAPI=2
@@ -11,7 +11,7 @@
LICENSE="Artistic as-is"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~sh ~sparc ~x86"
IUSE="badval fftw gsl opengl"
DEPEND=">=sys-libs/ncurses-5.2
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-01-21 14:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-13 11:54 [gentoo-commits] gentoo-x86 commit in dev-perl/PDL: ChangeLog PDL-2.4.5.ebuild PDL-2.4.4.ebuild Torsten Veller (tove)
-- strict thread matches above, loose matches on Subject: below --
2010-01-21 14:38 Torsten Veller (tove)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox