diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2014-08-20 03:36:36 +0000 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2014-08-20 03:36:36 +0000 |
commit | 9d3997fbf6435789dfe676c8a5d21f08c50d3653 (patch) | |
tree | d2c83dab84d065172169f1c7be63d1e421393083 /app-crypt/tinyca | |
parent | Add build fix for uclibc, bug 497808. Thanks to René Rhéaume for the patch. (diff) | |
download | gentoo-2-9d3997fbf6435789dfe676c8a5d21f08c50d3653.tar.gz gentoo-2-9d3997fbf6435789dfe676c8a5d21f08c50d3653.tar.bz2 gentoo-2-9d3997fbf6435789dfe676c8a5d21f08c50d3653.zip |
Cleanup
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key BF20DC51)
Diffstat (limited to 'app-crypt/tinyca')
-rw-r--r-- | app-crypt/tinyca/ChangeLog | 8 | ||||
-rw-r--r-- | app-crypt/tinyca/tinyca-2.0.7.3.ebuild | 59 | ||||
-rw-r--r-- | app-crypt/tinyca/tinyca-2.0.7.5.ebuild | 67 |
3 files changed, 6 insertions, 128 deletions
diff --git a/app-crypt/tinyca/ChangeLog b/app-crypt/tinyca/ChangeLog index 8c9a1c3a5d4e..d7d33d9a1b6a 100644 --- a/app-crypt/tinyca/ChangeLog +++ b/app-crypt/tinyca/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/tinyca -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/tinyca/ChangeLog,v 1.22 2013/07/04 12:18:41 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/tinyca/ChangeLog,v 1.23 2014/08/20 03:36:36 alonbl Exp $ + + 20 Aug 2014; Alon Bar-Lev <alonbl@gentoo.org> -tinyca-2.0.7.3.ebuild, + -tinyca-2.0.7.5.ebuild: + Cleanup 04 Jul 2013; Agostino Sarubbo <ago@gentoo.org> tinyca-2.0.7.5-r1.ebuild: Stable for x86, wrt bug #470300 diff --git a/app-crypt/tinyca/tinyca-2.0.7.3.ebuild b/app-crypt/tinyca/tinyca-2.0.7.3.ebuild deleted file mode 100644 index a4a74207a907..000000000000 --- a/app-crypt/tinyca/tinyca-2.0.7.3.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/tinyca/tinyca-2.0.7.3.ebuild,v 1.1 2006/06/02 08:16:22 dragonheart Exp $ - -inherit eutils - -MY_P="${PN}${PV/./-}" -DESCRIPTION="Simple Perl/Tk GUI to manage a small certification authority" -HOMEPAGE="http://tinyca.sm-zone.net/" -SRC_URI="http://tinyca.sm-zone.net/${MY_P}.tar.bz2" - -LICENSE="Artistic" -SLOT="0" -KEYWORDS="~x86 ~sparc ~ppc ~amd64" -IUSE="" - -RDEPEND=">=dev-libs/openssl-0.9.7e - dev-perl/Locale-gettext - >=virtual/perl-MIME-Base64-2.12 - >=dev-perl/gtk2-perl-1.072" -DEPEND="${RDEPEND} - >=sys-apps/sed-4" - -S="${WORKDIR}/${MY_P}" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}/${P}-compositefix.patch" - sed -i -e 's:./lib:/usr/share/tinyca/lib:g' \ - -e 's:./templates:/usr/share/tinyca/templates:g' \ - -e 's:./locale:/usr/share/locale:g' "${S}/tinyca2" -} - -src_compile() { - make -C po -} - -locale_install() { - dodir /usr/share/locale/$@/LC_MESSAGES/ - insinto /usr/share/locale/$@/LC_MESSAGES/ - doins locale/$@/LC_MESSAGES/tinyca2.mo -} - -src_install() { - exeinto /usr/bin - newexe tinyca2 tinyca - insinto /usr/share/tinyca/lib - doins lib/*.pm - insinto /usr/share/tinyca/lib/GUI - doins lib/GUI/*.pm - insinto /usr/share/tinyca/templates - doins templates/* - insinto /usr/share/ - strip-linguas de cs es - use linguas_de && locale_install de - use linguas_cs && locale_install cs - use linguas_es && locale_install es -} diff --git a/app-crypt/tinyca/tinyca-2.0.7.5.ebuild b/app-crypt/tinyca/tinyca-2.0.7.5.ebuild deleted file mode 100644 index 09ddce60f688..000000000000 --- a/app-crypt/tinyca/tinyca-2.0.7.5.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/tinyca/tinyca-2.0.7.5.ebuild,v 1.3 2009/11/20 13:15:13 maekke Exp $ - -inherit eutils - -MY_P="${PN}${PV/./-}" -DESCRIPTION="Simple Perl/Tk GUI to manage a small certification authority" -HOMEPAGE="http://tinyca.sm-zone.net/" -SRC_URI="http://tinyca.sm-zone.net/${MY_P}.tar.bz2" - -LICENSE="Artistic" -SLOT="0" -KEYWORDS="amd64 ~ppc ~sparc x86" -IUSE="" -LANGS="en de cs es sv" - -for X in ${LANGS} ; do - IUSE="${IUSE} linguas_${X}" -done - -RDEPEND=">=dev-libs/openssl-0.9.7e - dev-perl/Locale-gettext - >=virtual/perl-MIME-Base64-2.12 - >=dev-perl/gtk2-perl-1.072" -DEPEND="${RDEPEND} - >=sys-apps/sed-4" - -S="${WORKDIR}/${MY_P}" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}/${PN}-2.0.7.3-compositefix.patch" - sed -i -e 's:./lib:/usr/share/tinyca/lib:g' \ - -e 's:./templates:/usr/share/tinyca/templates:g' \ - -e 's:./locale:/usr/share/locale:g' "${S}/tinyca2" -} - -src_compile() { - make -C po -} - -locale_install() { - dodir /usr/share/locale/$@/LC_MESSAGES/ - insinto /usr/share/locale/$@/LC_MESSAGES/ - doins locale/$@/LC_MESSAGES/tinyca2.mo -} - -src_install() { - exeinto /usr/bin - newexe tinyca2 tinyca - insinto /usr/share/tinyca/lib - doins lib/*.pm - insinto /usr/share/tinyca/lib/GUI - doins lib/GUI/*.pm - insinto /usr/share/tinyca/templates - doins templates/* - insinto /usr/share/ - strip-linguas ${LANGS} - local l - for l in ${LANGS}; do - if [ "$l" != "en" ]; then - use linguas_$l && locale_install $l - fi - done -} |