From 2470498cd45589950b5c5484f42cdbde8d29f09d Mon Sep 17 00:00:00 2001 From: Jakub Moc Date: Sat, 24 Mar 2007 16:33:17 +0000 Subject: app-antivirus/xfprot: Version bump, nuke old svn path=/sunrise/; revision=3279 --- app-antivirus/xfprot/ChangeLog | 4 ++ app-antivirus/xfprot/Manifest | 6 +-- app-antivirus/xfprot/xfprot-1.18.ebuild | 67 --------------------------------- app-antivirus/xfprot/xfprot-1.19.ebuild | 67 +++++++++++++++++++++++++++++++++ 4 files changed, 74 insertions(+), 70 deletions(-) delete mode 100644 app-antivirus/xfprot/xfprot-1.18.ebuild create mode 100644 app-antivirus/xfprot/xfprot-1.19.ebuild diff --git a/app-antivirus/xfprot/ChangeLog b/app-antivirus/xfprot/ChangeLog index d172f1d95..66e3d2e4a 100644 --- a/app-antivirus/xfprot/ChangeLog +++ b/app-antivirus/xfprot/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 24 Mar 2007; Jakub Moc -xfprot-1.18.ebuild, + +xfprot-1.19.ebuild: + Version bump, nuke old + 13 Feb 2007; Markus Ullmann -xfprot-1.17.ebuild: Drop old diff --git a/app-antivirus/xfprot/Manifest b/app-antivirus/xfprot/Manifest index 6b7b69be4..9cc24ca32 100644 --- a/app-antivirus/xfprot/Manifest +++ b/app-antivirus/xfprot/Manifest @@ -1,4 +1,4 @@ -DIST xfprot-1.18.tar.gz 105983 RMD160 7cc8274321704d14cb6eadb1e4651e26d9aa8011 SHA1 f950e16304c1dda58e9b36c2ccdd0f73556deb01 SHA256 a31cda4914356e30e883ad9d94723a476123190bfe05ae90a885d5cbda74fd1e -EBUILD xfprot-1.18.ebuild 2066 RMD160 8b53b3eeae41d270aafe5d89f821e801fcefeab8 SHA1 174c521ef720baca290edaa01630a08f61c956e1 SHA256 d7db742ca0fa86fc06683096576797354afb45ce6990a94bd2961762a9279f27 -MISC ChangeLog 730 RMD160 c366dffac77dac2c78474ec7d26250eda9fa316f SHA1 dca7433349a8e6ea50f875f638265898b1f8be31 SHA256 988dca3194270933ba3844518ab4c96bc2547d01f940226e2e0c8387671942c8 +DIST xfprot-1.19.tar.gz 106518 RMD160 6e79423e07a0c09afc77cc0854a2c48ae863b69d SHA1 12d165cce5eee15f5fa29e7d763388ba3e4ba85c SHA256 33de53361c3b28c5a98c55a2604a73b8a37ce9025bb76c6fe1a534014d0b865f +EBUILD xfprot-1.19.ebuild 2066 RMD160 8b53b3eeae41d270aafe5d89f821e801fcefeab8 SHA1 174c521ef720baca290edaa01630a08f61c956e1 SHA256 d7db742ca0fa86fc06683096576797354afb45ce6990a94bd2961762a9279f27 +MISC ChangeLog 844 RMD160 ac2d8885d56a049e87731aebf5490a806ed4b892 SHA1 51f9e832e96175de480a362454018520b21ac590 SHA256 a47e0d96aa62bd21b0e870a58d41d49575cb6b514f6e22b438e905476225bb9d MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42 diff --git a/app-antivirus/xfprot/xfprot-1.18.ebuild b/app-antivirus/xfprot/xfprot-1.18.ebuild deleted file mode 100644 index 9dacd5311..000000000 --- a/app-antivirus/xfprot/xfprot-1.18.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit eutils - -DESCRIPTION="A graphical frontend to the F-Prot Antivirus(TM) for Linux" -HOMEPAGE="http://web.tiscali.it/sharp/xfprot/" -SRC_URI="http://web.tiscali.it/sharp/xfprot/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" - -IUSE_LINGUAS="linguas_de linguas_en linguas_es linguas_fr linguas_it linguas_pl linguas_pt_BR" -IUSE="${IUSE_LINGUAS} debug" - -DEPEND=">=x11-libs/gtk+-2.4 - >=app-antivirus/f-prot-4.6.0-r2" -RDEPEND="${DEPEND}" - -pkg_setup() { - einfo "Please, set your LINGUAS to exactly ONE of the supported values." - einfo "This application cannot support multiple languages at the same time (yet)." -} - -src_compile() { - local myconf= - use linguas_de && myconf="${myconf} --with-lang=de_DE" - use linguas_en && myconf="${myconf} --with-lang=en_GB" - use linguas_es && myconf="${myconf} --with-lang=es_ES" - use linguas_fr && myconf="${myconf} --with-lang=fr_FR" - use linguas_it && myconf="${myconf} --with-lang=it_IT" - use linguas_pl && myconf="${myconf} --with-lang=pl_PL" - use linguas_pt_BR && myconf="${myconf} --with-lang=pt_BR" - - if [[ -z ${myconf} ]] ; then - einfo "You didn't select any language, defaulting to English." - einfo "If you want something else, set LINGUAS accordingly." - epause 3 - myconf="--with-lang=en_GB" - fi - - # not using econf because script does not like --prefix=/usr - ./configure \ - --autodetect \ - --with-install-dir="${D}/usr" \ - ${myconf} \ - $(use_with debug) || die "configure failed" - emake || die "emake failed" -} - -src_install() { - # install manually, make install produces stupid directory structure - newbin ${S}/xfprot-gtk xfprot - - # Install the icons - insinto /usr/share/pixmaps - newins icons/antivirus-32x32.png xfprot.png - for res in 32x32 48x48 64x64 128x128 ; do - insinto /usr/share/icons/hicolor/${res}/apps/ - newins icons/antivirus-${res}.png xfprot.png - done - make_desktop_entry ${PN} "XFProt (F-Prot AV GUI)" ${PN}.png "Security;System;GTK" - - dodoc Changelog README eicar.com.txt -} diff --git a/app-antivirus/xfprot/xfprot-1.19.ebuild b/app-antivirus/xfprot/xfprot-1.19.ebuild new file mode 100644 index 000000000..9dacd5311 --- /dev/null +++ b/app-antivirus/xfprot/xfprot-1.19.ebuild @@ -0,0 +1,67 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit eutils + +DESCRIPTION="A graphical frontend to the F-Prot Antivirus(TM) for Linux" +HOMEPAGE="http://web.tiscali.it/sharp/xfprot/" +SRC_URI="http://web.tiscali.it/sharp/xfprot/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" + +IUSE_LINGUAS="linguas_de linguas_en linguas_es linguas_fr linguas_it linguas_pl linguas_pt_BR" +IUSE="${IUSE_LINGUAS} debug" + +DEPEND=">=x11-libs/gtk+-2.4 + >=app-antivirus/f-prot-4.6.0-r2" +RDEPEND="${DEPEND}" + +pkg_setup() { + einfo "Please, set your LINGUAS to exactly ONE of the supported values." + einfo "This application cannot support multiple languages at the same time (yet)." +} + +src_compile() { + local myconf= + use linguas_de && myconf="${myconf} --with-lang=de_DE" + use linguas_en && myconf="${myconf} --with-lang=en_GB" + use linguas_es && myconf="${myconf} --with-lang=es_ES" + use linguas_fr && myconf="${myconf} --with-lang=fr_FR" + use linguas_it && myconf="${myconf} --with-lang=it_IT" + use linguas_pl && myconf="${myconf} --with-lang=pl_PL" + use linguas_pt_BR && myconf="${myconf} --with-lang=pt_BR" + + if [[ -z ${myconf} ]] ; then + einfo "You didn't select any language, defaulting to English." + einfo "If you want something else, set LINGUAS accordingly." + epause 3 + myconf="--with-lang=en_GB" + fi + + # not using econf because script does not like --prefix=/usr + ./configure \ + --autodetect \ + --with-install-dir="${D}/usr" \ + ${myconf} \ + $(use_with debug) || die "configure failed" + emake || die "emake failed" +} + +src_install() { + # install manually, make install produces stupid directory structure + newbin ${S}/xfprot-gtk xfprot + + # Install the icons + insinto /usr/share/pixmaps + newins icons/antivirus-32x32.png xfprot.png + for res in 32x32 48x48 64x64 128x128 ; do + insinto /usr/share/icons/hicolor/${res}/apps/ + newins icons/antivirus-${res}.png xfprot.png + done + make_desktop_entry ${PN} "XFProt (F-Prot AV GUI)" ${PN}.png "Security;System;GTK" + + dodoc Changelog README eicar.com.txt +} -- cgit v1.2.3-65-gdbad