diff options
-rw-r--r-- | app-text/antixls/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/antixls/antixls-0.2b.ebuild | 17 | ||||
-rw-r--r-- | app-text/code2html/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/code2html/code2html-0.9.1.ebuild | 23 | ||||
-rw-r--r-- | app-text/ding/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/ding/ding-1.6.ebuild | 27 | ||||
-rw-r--r-- | app-text/hnb/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/hnb/hnb-1.9.18.ebuild | 27 | ||||
-rw-r--r-- | app-text/lout/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/lout/lout-3.31.ebuild | 79 | ||||
-rw-r--r-- | app-text/lout/lout-3.38.ebuild | 79 | ||||
-rw-r--r-- | app-text/rfcutil/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/rfcutil/rfcutil-3.2.3.ebuild | 42 | ||||
-rw-r--r-- | app-text/tkinfo/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/tkinfo/tkinfo-2.6.ebuild | 30 | ||||
-rw-r--r-- | app-text/tuxcards/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/tuxcards/tuxcards-2.2.ebuild | 27 | ||||
-rw-r--r-- | app-text/yudit/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/yudit/yudit-2.9.0.ebuild | 35 |
19 files changed, 41 insertions, 399 deletions
diff --git a/app-text/antixls/ChangeLog b/app-text/antixls/ChangeLog index f7158ccc262f..fb5078a9c131 100644 --- a/app-text/antixls/ChangeLog +++ b/app-text/antixls/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/antixls -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/antixls/ChangeLog,v 1.8 2011/08/08 20:16:14 grobian Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/antixls/ChangeLog,v 1.9 2012/05/10 15:21:40 ago Exp $ + + 10 May 2012; Agostino Sarubbo <ago@gentoo.org> -antixls-0.2b.ebuild: + Remove old 08 Aug 2011; Fabian Groffen <grobian@gentoo.org> antixls-0.3b.ebuild: Marked ~x64-macos diff --git a/app-text/antixls/antixls-0.2b.ebuild b/app-text/antixls/antixls-0.2b.ebuild deleted file mode 100644 index 3b8b9be64551..000000000000 --- a/app-text/antixls/antixls-0.2b.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/antixls/antixls-0.2b.ebuild,v 1.2 2007/08/27 16:53:27 angelos Exp $ - -DESCRIPTION="It is used to prints out an XLS file with minimal formatting, or extracts the data into CSV format." -HOMEPAGE="http://www.af0.net/~dan/?antixls" -SRC_URI="http://www.af0.net/~dan/${P}.perl" -LICENSE="public-domain" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -DEPEND="dev-perl/Spreadsheet-ParseExcel" - -src_install() { - mv "${DISTDIR}/${P}.perl" ${PN} - dobin ${PN} -} diff --git a/app-text/code2html/ChangeLog b/app-text/code2html/ChangeLog index d5e722d8a9fb..d8dea5b35142 100644 --- a/app-text/code2html/ChangeLog +++ b/app-text/code2html/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/code2html # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/code2html/ChangeLog,v 1.24 2012/03/02 21:03:38 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/code2html/ChangeLog,v 1.25 2012/05/10 15:22:45 ago Exp $ + + 10 May 2012; Agostino Sarubbo <ago@gentoo.org> -code2html-0.9.1.ebuild: + Remove old 02 Mar 2012; Brent Baude <ranger@gentoo.org> code2html-0.9.1-r1.ebuild: Marking code2html-0.9.1-r1 ppc64 for bug 396829 diff --git a/app-text/code2html/code2html-0.9.1.ebuild b/app-text/code2html/code2html-0.9.1.ebuild deleted file mode 100644 index 1b8f9aa86b7b..000000000000 --- a/app-text/code2html/code2html-0.9.1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/code2html/code2html-0.9.1.ebuild,v 1.13 2008/01/20 16:45:16 grobian Exp $ - -DESCRIPTION="Converts source files to colored HTML output." -HOMEPAGE="http://www.palfrader.org/code2html/" -SRC_URI="http://www.palfrader.org/code2html/all/${P}.tar.gz" - -LICENSE="as-is" -SLOT="0" - -KEYWORDS="amd64 ~hppa ppc ppc64 x86" -IUSE="" - -DEPEND="" -RDEPEND=">=dev-lang/perl-5" - -src_install () { - into /usr - dobin code2html - dodoc ChangeLog CREDITS LICENSE README - doman code2html.1 -} diff --git a/app-text/ding/ChangeLog b/app-text/ding/ChangeLog index e8d9f69e239d..47de327f03bc 100644 --- a/app-text/ding/ChangeLog +++ b/app-text/ding/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/ding -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ding/ChangeLog,v 1.25 2011/12/27 21:12:39 xmw Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/ding/ChangeLog,v 1.26 2012/05/10 15:23:08 ago Exp $ + + 10 May 2012; Agostino Sarubbo <ago@gentoo.org> -ding-1.6.ebuild: + Remove old 27 Dec 2011; Michael Weber <xmw@gentoo.org> ding-1.7.ebuild: ppc stable (bug 359121) diff --git a/app-text/ding/ding-1.6.ebuild b/app-text/ding/ding-1.6.ebuild deleted file mode 100644 index dec20864073c..000000000000 --- a/app-text/ding/ding-1.6.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ding/ding-1.6.ebuild,v 1.4 2009/09/29 21:08:00 tove Exp $ - -inherit eutils - -DESCRIPTION="Tk based dictionary (German-English) (incl. dictionary itself)" -HOMEPAGE="http://www-user.tu-chemnitz.de/~fri/ding/" -SRC_URI="http://wftp.tu-chemnitz.de/pub/Local/urz/ding/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc ~sparc x86" -IUSE="" - -RDEPEND=">=dev-lang/tk-8.3" - -src_install() { - dobin ding || die "dobin failed." - insinto /usr/share/dict - doins de-en.txt || die "doins failed." - doman ding.1 || die - dodoc CHANGES README || die - - doicon ding.png || die "problem with png." - domenu ding.desktop || die ".desktop problem" -} diff --git a/app-text/hnb/ChangeLog b/app-text/hnb/ChangeLog index ec40cacd8edf..6b65846b5ccf 100644 --- a/app-text/hnb/ChangeLog +++ b/app-text/hnb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/hnb -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/hnb/ChangeLog,v 1.26 2011/11/28 11:42:20 phajdan.jr Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/hnb/ChangeLog,v 1.27 2012/05/10 15:24:14 ago Exp $ + + 10 May 2012; Agostino Sarubbo <ago@gentoo.org> -hnb-1.9.18.ebuild: + Remove old 28 Nov 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> hnb-1.9.18-r1.ebuild: x86 stable wrt bug #391479 diff --git a/app-text/hnb/hnb-1.9.18.ebuild b/app-text/hnb/hnb-1.9.18.ebuild deleted file mode 100644 index 40cf18fb2f3b..000000000000 --- a/app-text/hnb/hnb-1.9.18.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/hnb/hnb-1.9.18.ebuild,v 1.6 2009/07/23 22:31:07 vostorga Exp $ - -inherit toolchain-funcs - -DESCRIPTION="A program to organize many kinds of data in one place." -SRC_URI="http://hnb.sourceforge.net/.files/${P}.tar.gz" -HOMEPAGE="http://hnb.sourceforge.net/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -src_compile() { - emake CC=$(tc-getCC) || die -} - -src_install() { - dodoc README doc/hnbrc - doman doc/hnb.1 - dobin src/hnb -} diff --git a/app-text/lout/ChangeLog b/app-text/lout/ChangeLog index 383c3a96a692..5b1685289808 100644 --- a/app-text/lout/ChangeLog +++ b/app-text/lout/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/lout # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/lout/ChangeLog,v 1.30 2012/01/05 12:58:28 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/lout/ChangeLog,v 1.31 2012/05/10 15:25:13 ago Exp $ + + 10 May 2012; Agostino Sarubbo <ago@gentoo.org> -lout-3.31.ebuild, + -lout-3.38.ebuild: + Remove old 05 Jan 2012; Michael Weber <xmw@gentoo.org> lout-3.38-r1.ebuild: Remove unneeded/non-matching fperm (thanks to Agostino Sarubbo, bug 391891) diff --git a/app-text/lout/lout-3.31.ebuild b/app-text/lout/lout-3.31.ebuild deleted file mode 100644 index 24d58fe78cf3..000000000000 --- a/app-text/lout/lout-3.31.ebuild +++ /dev/null @@ -1,79 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/lout/lout-3.31.ebuild,v 1.5 2009/11/23 20:02:04 jer Exp $ - -inherit toolchain-funcs - -IUSE="zlib doc" - -DESCRIPTION="high-level language for document formatting" -HOMEPAGE="http://lout.sourceforge.net/" -SRC_URI="mirror://sourceforge/lout/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" - -DEPEND="zlib? ( >=sys-libs/zlib-1.1.4 )" -RDEPEND="${DEPEND}" - -src_compile() { - local myconf - use zlib && myconf="$myconf PDF_COMPRESSION=1 ZLIB=-lz" - emake CC="$(tc-getCC)" BINDIR=/usr/bin \ - LIBDIR=/usr/share/lout \ - DOCDIR=/usr/share/doc/${P} \ - MANDIR=/usr/share/man/man1 \ - ${myconf} lout prg2lout || die "emake prg2lout lout failed" -} - -compile_doc() { - # - # SYNOPSIS: compile_doc file times - # - - einfo "${1}:" - # yes, it *is* necessary to run this 6 times... - for i in $(seq 1 $(expr $2 - 1)) ; do - einfo " pass $i" - lout all -o ${docdir}/$1 -e /dev/null - done - # in the last one, let errors be reported - einfo " final pass" - lout all -o ${docdir}/$1 || die "final pass failed" -} - -src_install() { - local bindir libdir docdir mandir - bindir=${D}/usr/bin - libdir=${D}/usr/share/lout - docdir=${D}/usr/share/doc/${PF} - mandir=${D}/usr/share/man/man1 - export LOUTLIB=${libdir} - export PATH="${bindir}:${PATH}" - - mkdir -p ${bindir} ${docdir} ${mandir} - - emake BINDIR=${bindir} \ - LIBDIR=${libdir} \ - DOCDIR=${docdir} \ - MANDIR=${mandir} \ - install installdoc installman || die "make install failed" - - lout -x -s "${D}"/usr/share/lout/include/init || die "lout init failed" - - mv ${docdir}/README{,.docs} - dodoc README READMEPDF blurb blurb.short whatsnew - - if use doc ; then - einfo "building postscript documentation (may take a while)" - cd doc/user - compile_doc user.ps 6 - cd ../design - compile_doc design.ps 3 - cd ../expert - compile_doc expert.ps 4 - cd ../slides - compile_doc slides.ps 2 - fi -} diff --git a/app-text/lout/lout-3.38.ebuild b/app-text/lout/lout-3.38.ebuild deleted file mode 100644 index d45ed33bebc6..000000000000 --- a/app-text/lout/lout-3.38.ebuild +++ /dev/null @@ -1,79 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/lout/lout-3.38.ebuild,v 1.3 2009/11/23 20:02:04 jer Exp $ - -inherit toolchain-funcs - -IUSE="zlib doc" - -DESCRIPTION="high-level language for document formatting" -HOMEPAGE="http://lout.sourceforge.net/" -SRC_URI="mirror://sourceforge/lout/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" - -DEPEND="zlib? ( >=sys-libs/zlib-1.1.4 )" -RDEPEND="${DEPEND}" - -src_compile() { - local myconf - use zlib && myconf="$myconf PDF_COMPRESSION=1 ZLIB=-lz" - emake CC="$(tc-getCC)" BINDIR=/usr/bin \ - LOUTLIBDIR=/usr/share/lout \ - LOUTDOCDIR=/usr/share/doc/${P} \ - MANDIR=/usr/share/man/man1 \ - ${myconf} lout prg2lout || die "emake prg2lout lout failed" -} - -compile_doc() { - # - # SYNOPSIS: compile_doc file times - # - - einfo "${1}:" - # yes, it *is* necessary to run this 6 times... - for i in $(seq 1 $(expr $2 - 1)) ; do - einfo " pass $i" - lout all -o ${docdir}/$1 -e /dev/null - done - # in the last one, let errors be reported - einfo " final pass" - lout all -o ${docdir}/$1 || die "final pass failed" -} - -src_install() { - local bindir libdir docdir mandir - bindir=${D}/usr/bin - libdir=${D}/usr/share/lout - docdir=${D}/usr/share/doc/${PF} - mandir=${D}/usr/share/man/man1 - export LOUTLIB=${libdir} - export PATH="${bindir}:${PATH}" - - mkdir -p ${bindir} ${docdir} ${mandir} - - make BINDIR=${bindir} \ - LOUTLIBDIR=${libdir} \ - LOUTDOCDIR=${docdir} \ - MANDIR=${mandir} \ - install installdoc installman || die "make install failed" - - lout -x -s "${D}"/usr/share/lout/include/init || die "lout init failed" - - mv ${docdir}/README{,.docs} - dodoc README READMEPDF blurb blurb.short whatsnew - - if use doc ; then - einfo "building postscript documentation (may take a while)" - cd doc/user - compile_doc user.ps 6 - cd ../design - compile_doc design.ps 3 - cd ../expert - compile_doc expert.ps 4 - cd ../slides - compile_doc slides.ps 2 - fi -} diff --git a/app-text/rfcutil/ChangeLog b/app-text/rfcutil/ChangeLog index df9577bd3c7b..867f574a88f3 100644 --- a/app-text/rfcutil/ChangeLog +++ b/app-text/rfcutil/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/rfcutil # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/rfcutil/ChangeLog,v 1.32 2012/03/18 18:16:46 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/rfcutil/ChangeLog,v 1.33 2012/05/10 15:26:51 ago Exp $ + + 10 May 2012; Agostino Sarubbo <ago@gentoo.org> -rfcutil-3.2.3.ebuild: + Remove old 18 Mar 2012; Raúl Porcel <armin76@gentoo.org> rfcutil-3.2.3.ebuild, rfcutil-3.2.3-r1.ebuild: diff --git a/app-text/rfcutil/rfcutil-3.2.3.ebuild b/app-text/rfcutil/rfcutil-3.2.3.ebuild deleted file mode 100644 index 649efcce001e..000000000000 --- a/app-text/rfcutil/rfcutil-3.2.3.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/rfcutil/rfcutil-3.2.3.ebuild,v 1.30 2012/03/18 18:16:46 armin76 Exp $ - -inherit eutils - -MY_PN="rfc" -MY_P="${MY_PN}-${PV}" -S="${WORKDIR}/${MY_P}" - -DESCRIPTION="return all related RFCs based upon a number or a search string" -HOMEPAGE="http://www.dewn.com/rfc/" -SRC_URI="http://www.dewn.com/rfc/${MY_P}.tar.gz" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="amd64 ~mips ppc ppc64 x86" -IUSE="" - -RDEPEND="dev-lang/perl - || ( www-client/lynx virtual/w3m )" - -src_unpack() { - unpack ${A} - epatch "${FILESDIR}"/${MY_P}.diff -} - -src_install() { - newbin ${MY_P} ${MY_PN} || die - doman ${MY_PN}.1 - dodoc CHANGELOG KNOWN_BUGS README - keepdir /var/cache/rfc -} - -pkg_postinst() { - elog "Gaarde suggests you make a cron.monthly to run the following:" - elog " /usr/bin/rfc -i" -} - -pkg_prerm() { - rm -f "${ROOT}"/var/cache/rfc/* -} diff --git a/app-text/tkinfo/ChangeLog b/app-text/tkinfo/ChangeLog index 35a0a5edda63..f21dbfb54aea 100644 --- a/app-text/tkinfo/ChangeLog +++ b/app-text/tkinfo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/tkinfo -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/tkinfo/ChangeLog,v 1.22 2007/06/26 16:56:33 angelos Exp $ +# Copyright 2002-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/tkinfo/ChangeLog,v 1.23 2012/05/10 15:27:59 ago Exp $ + + 10 May 2012; Agostino Sarubbo <ago@gentoo.org> -tkinfo-2.6.ebuild: + Remove old 26 Jun 2007; Christoph Mende <angelos@gentoo.org> tkinfo-2.8.ebuild: Stable on amd64 wrt bug 183284 diff --git a/app-text/tkinfo/tkinfo-2.6.ebuild b/app-text/tkinfo/tkinfo-2.6.ebuild deleted file mode 100644 index c2d2054bb3f3..000000000000 --- a/app-text/tkinfo/tkinfo-2.6.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/tkinfo/tkinfo-2.6.ebuild,v 1.8 2005/05/11 18:46:42 agriffis Exp $ - -DESCRIPTION="Info Browser in TK" -SRC_URI="http://math-www.uni-paderborn.de/~axel/tkinfo/${P}.tar.gz" -HOMEPAGE="http://math-www.uni-paderborn.de/~axel/tkinfo/" - -KEYWORDS="alpha amd64 hppa ppc sparc x86" -IUSE="" -LICENSE="freedist" -SLOT="0" - -RDEPEND=">=dev-lang/tk-8.0.5" -DEPEND=">=sys-apps/sed-4" - -src_unpack() { - unpack ${A} - cd ${S} - - sed -i \ - -e "1 s:^.*:#!/usr/bin/wish:" tkinfo || \ - die "sed tkinfo failed" -} - -src_install () { - dobin tkinfo - doman tkinfo.1 - dodoc README -} diff --git a/app-text/tuxcards/ChangeLog b/app-text/tuxcards/ChangeLog index 3621b7674ad7..9500532ee027 100644 --- a/app-text/tuxcards/ChangeLog +++ b/app-text/tuxcards/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/tuxcards # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/tuxcards/ChangeLog,v 1.31 2012/03/18 15:39:16 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/tuxcards/ChangeLog,v 1.32 2012/05/10 15:28:19 ago Exp $ + + 10 May 2012; Agostino Sarubbo <ago@gentoo.org> -tuxcards-2.2.ebuild: + Remove old 18 Mar 2012; Raúl Porcel <armin76@gentoo.org> tuxcards-2.2.ebuild, tuxcards-2.2.1.ebuild: diff --git a/app-text/tuxcards/tuxcards-2.2.ebuild b/app-text/tuxcards/tuxcards-2.2.ebuild deleted file mode 100644 index 1b6c4e06d3bb..000000000000 --- a/app-text/tuxcards/tuxcards-2.2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/tuxcards/tuxcards-2.2.ebuild,v 1.7 2012/03/18 15:39:16 armin76 Exp $ - -EAPI=3 -inherit eutils qt4-r2 - -DESCRIPTION="A hierarchical notebook" -HOMEPAGE="http://www.tuxcards.de/" -SRC_URI="http://www.tuxcards.de/src/${P}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -DEPEND="x11-libs/qt-gui:4" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${PN} - -src_install() { - dobin ${PN} || die - newicon src/icons/lo32-app-tuxcards.png ${PN}.png - make_desktop_entry ${PN} TuxCards ${PN} "Qt;Utility" - dodoc AUTHORS README || die -} diff --git a/app-text/yudit/ChangeLog b/app-text/yudit/ChangeLog index 95b30589c047..ac2025126ac1 100644 --- a/app-text/yudit/ChangeLog +++ b/app-text/yudit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/yudit # Copyright 2002-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/yudit/ChangeLog,v 1.25 2012/03/14 03:42:29 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/yudit/ChangeLog,v 1.26 2012/05/10 15:29:23 ago Exp $ + + 10 May 2012; Agostino Sarubbo <ago@gentoo.org> -yudit-2.9.0.ebuild: + Remove old *yudit-2.9.2 (14 Mar 2012) diff --git a/app-text/yudit/yudit-2.9.0.ebuild b/app-text/yudit/yudit-2.9.0.ebuild deleted file mode 100644 index 92778c493128..000000000000 --- a/app-text/yudit/yudit-2.9.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/yudit/yudit-2.9.0.ebuild,v 1.2 2008/06/24 16:07:36 mr_bones_ Exp $ - -DESCRIPTION="free (Y)unicode text editor for all unices" -SRC_URI="http://yudit.org/download/${P}.tar.gz" -HOMEPAGE="http://www.yudit.org/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~amd64 ~sparc ~x86" -IUSE="" - -DEPEND="x11-libs/libX11 - >=sys-devel/gettext-0.10" - -src_unpack() { - unpack ${A} - cd "${S}" - #Don't strip binaries, let portage do that. - sed -i "/^INSTALL_PROGRAM/s: -s::" Makefile.conf.in || die "sed failed" -} - -src_compile() { - econf - #FIXME: - #-j1 because this app builds a tool called 'mytool' and we need to make - #sure that it is built before it needs to be used. - emake -j1 || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die - dodoc *.TXT -} |