Mercurial > hg > portage
changeset 354:e7d58c3e9006
Automated merge with https://xanthippe.dyndns.org/hg/portage
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Sat, 08 Feb 2014 04:01:59 +0100 |
parents | c417ea2d1eab (diff) 39622247dcf8 (current diff) |
children | b5842c196f43 |
files | app-crypt/truecrypt/Manifest app-crypt/truecrypt/files/truecrypt-6.1-64bit.patch app-crypt/truecrypt/files/truecrypt-6.1-bool.patch app-crypt/truecrypt/files/truecrypt-6.1-external-wx.patch app-crypt/truecrypt/truecrypt-6.1a.ebuild |
diffstat | 2 files changed, 32 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/net-misc/gopenvpn/Manifest Sat Feb 08 04:01:59 2014 +0100 @@ -0,0 +1,1 @@ +EBUILD gopenvpn-9999-r1.ebuild 715 SHA256 758b1851b41cf4e6136ad6b7e2a398cd5c78c8496e83e035d3e816eedd25e1bb SHA512 9304dcc193ab2f1e2aab3aa5e73ca4b0e1056725362ef5740e58de51350b3f000d7c87c04938cc837c97562a3b9e2a1e693077833fa2cb5582c69e8e1f3e6fd1 WHIRLPOOL b044d063d755097879dedb38c96c1e78e208e52c8f1279454f8817ab30a4bd673779f38d0c5676134e041f3b726c818f3ce97f6756241f9085c54ab66208a66f
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/net-misc/gopenvpn/gopenvpn-9999-r1.ebuild Sat Feb 08 04:01:59 2014 +0100 @@ -0,0 +1,31 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +# project is hosted on sourceforge's git, so git-2 is needed (git is deprecated) +inherit git-2 autotools + +DESCRIPTION="gopenvpn is a gtk tray icon for openvpn" +HOMEPAGE="http://gopenvpn.sourceforge.net/" + +EGIT_REPO_URI="git://gopenvpn.git.sourceforge.net/gitroot/gopenvpn/gopenvpn.git" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64" + +RDEPEND="dev-libs/glib:2 + x11-libs/gtk+:2 + gnome-base/libglade + gnome-base/gnome-keyring + sys-auth/polkit" + +src_prepare() { + gettextize + sed -i '124s/.*/AC_CONFIG_FILES([pixmaps\/Makefile/' configure.ac + autoreconf -vif + ./configure +}