diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-04-09 21:36:08 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-04-09 21:36:08 +0000 |
commit | 8abd9cc5b1411ac91e5cd9233af04f23fbce0d17 (patch) | |
tree | 5675abc296dc3f53551686f275d6b03c79bb8f43 /x11-misc | |
parent | Keyword ~ppc/~ppc64 wrt #398859 (diff) | |
download | gentoo-2-8abd9cc5b1411ac91e5cd9233af04f23fbce0d17.tar.gz gentoo-2-8abd9cc5b1411ac91e5cd9233af04f23fbce0d17.tar.bz2 gentoo-2-8abd9cc5b1411ac91e5cd9233af04f23fbce0d17.zip |
old
(Portage version: 2.2.0_alpha99/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/efax-gtk/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/efax-gtk/efax-gtk-3.0.18.ebuild | 53 | ||||
-rw-r--r-- | x11-misc/efax-gtk/efax-gtk-3.2.2.ebuild | 52 |
3 files changed, 5 insertions, 106 deletions
diff --git a/x11-misc/efax-gtk/ChangeLog b/x11-misc/efax-gtk/ChangeLog index 4092b19534cd..f8ae2cbb80dd 100644 --- a/x11-misc/efax-gtk/ChangeLog +++ b/x11-misc/efax-gtk/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/efax-gtk # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/ChangeLog,v 1.38 2012/04/09 21:35:26 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/ChangeLog,v 1.39 2012/04/09 21:36:08 ssuominen Exp $ + + 09 Apr 2012; Samuli Suominen <ssuominen@gentoo.org> -efax-gtk-3.0.18.ebuild, + -efax-gtk-3.2.2.ebuild: + old 09 Apr 2012; Samuli Suominen <ssuominen@gentoo.org> efax-gtk-3.2.9.ebuild: Keyword ~ppc/~ppc64 wrt #398859 diff --git a/x11-misc/efax-gtk/efax-gtk-3.0.18.ebuild b/x11-misc/efax-gtk/efax-gtk-3.0.18.ebuild deleted file mode 100644 index 0154b5765c8c..000000000000 --- a/x11-misc/efax-gtk/efax-gtk-3.0.18.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/efax-gtk-3.0.18.ebuild,v 1.3 2011/03/02 16:27:46 signals Exp $ - -EAPI=2 - -DESCRIPTION="GTK+2 frontend for the efax program." -HOMEPAGE="http://efax-gtk.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.src.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc x86" -IUSE="nls" - -RDEPEND="dev-libs/glib:2 - >=dev-libs/libsigc++-2 - x11-libs/gtk+:2" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_install() { - # The binaries - dobin src/efax-gtk - dobin efax/efax-0.9a - dobin efax/efix-0.9a - - # The man page - doman efax-gtk.1 - - # Native Language Support (NLS) - if use nls; then - for gmo in po/*.gmo; do - cp --force $gmo $(echo $gmo | sed 's:\.g:\.:') - done - domo po/*.mo - fi - - # The spool directory and print filter - dodir /var/spool/fax - fowners lp:lp /var/spool/fax - insinto /var/spool/fax - insopts -m755 -oroot -groot - doins efax-gtk-faxfilter/efax-gtk-faxfilter - doins efax-gtk-faxfilter/efax-gtk-socket-client - - # Config file - insinto /etc - doins efax-gtkrc - - # Docs - dodoc AUTHORS BUGS ChangeLog README -} diff --git a/x11-misc/efax-gtk/efax-gtk-3.2.2.ebuild b/x11-misc/efax-gtk/efax-gtk-3.2.2.ebuild deleted file mode 100644 index 53c44abb1e12..000000000000 --- a/x11-misc/efax-gtk/efax-gtk-3.2.2.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/efax-gtk-3.2.2.ebuild,v 1.2 2011/03/02 16:27:46 signals Exp $ - -EAPI=2 - -DESCRIPTION="GTK+2 frontend for the efax program." -HOMEPAGE="http://efax-gtk.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.src.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="nls" - -RDEPEND="dev-libs/glib:2 - x11-libs/gtk+:2" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_install() { - # The binaries - dobin src/efax-gtk - dobin efax/efax-0.9a - dobin efax/efix-0.9a - - # The man page - doman efax-gtk.1 - - # Native Language Support (NLS) - if use nls; then - for gmo in po/*.gmo; do - cp --force $gmo $(echo $gmo | sed 's:\.g:\.:') - done - domo po/*.mo - fi - - # The spool directory and print filter - dodir /var/spool/fax - fowners lp:lp /var/spool/fax - insinto /var/spool/fax - insopts -m755 -oroot -groot - doins efax-gtk-faxfilter/efax-gtk-faxfilter - doins efax-gtk-faxfilter/efax-gtk-socket-client - - # Config file - insinto /etc - doins efax-gtkrc - - # Docs - dodoc AUTHORS BUGS ChangeLog README -} |