diff options
author | 2010-04-18 23:20:40 +0200 | |
---|---|---|
committer | 2010-04-18 23:20:50 +0200 | |
commit | 9f55835cd57a5e3dbe9041ff98fec4bc1fbbabb5 (patch) | |
tree | 9116f0d2145af93173651b5be16c73000787cea4 /app-crypt/gnomint | |
parent | app-office/dates: import ebuild (diff) | |
download | eva-9f55835cd57a5e3dbe9041ff98fec4bc1fbbabb5.tar.gz eva-9f55835cd57a5e3dbe9041ff98fec4bc1fbbabb5.tar.bz2 eva-9f55835cd57a5e3dbe9041ff98fec4bc1fbbabb5.zip |
app-crypt/gnomint: import ebuild
Diffstat (limited to 'app-crypt/gnomint')
-rw-r--r-- | app-crypt/gnomint/ChangeLog | 10 | ||||
-rw-r--r-- | app-crypt/gnomint/Manifest | 4 | ||||
-rw-r--r-- | app-crypt/gnomint/gnomint-1.0.0.ebuild | 41 | ||||
-rw-r--r-- | app-crypt/gnomint/metadata.xml | 9 |
4 files changed, 64 insertions, 0 deletions
diff --git a/app-crypt/gnomint/ChangeLog b/app-crypt/gnomint/ChangeLog new file mode 100644 index 0000000..7e2ebf3 --- /dev/null +++ b/app-crypt/gnomint/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-crypt/gnomint +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header$ + +*gnomint-1.0.0 (18 Apr 2010) + + 18 Apr 2010; Gilles Dartiguelongue <eva@gentoo.org> +gnomint-1.0.0.ebuild, + +metadata.xml: + Initial commit, bug #199732. + diff --git a/app-crypt/gnomint/Manifest b/app-crypt/gnomint/Manifest new file mode 100644 index 0000000..60c4479 --- /dev/null +++ b/app-crypt/gnomint/Manifest @@ -0,0 +1,4 @@ +DIST gnomint-1.0.0.tar.gz 651457 RMD160 aed3b634bfbdc712eaa68ed3219ea6b0fec370c7 SHA1 32b5055c688e2c34d30d4a13e74d072f2d8d6cf2 SHA256 832c50d8525db2af271f073deb315f037dabd6b344837b9261459c2a21e61b1f +EBUILD gnomint-1.0.0.ebuild 900 RMD160 f3fef79d9688eb77f233ccb89ed4cfd1c2b235c5 SHA1 77475ce88df62dcfd7a95c8f151554380a6e05e3 SHA256 6cc7779192314757a949465611eabff968568f074ff8c53912e688d505e15c5c +MISC ChangeLog 272 RMD160 3aaf2cd8c83fac5591b334713996d7aaee0f8d4d SHA1 5c6a3756227608a0378c5b3bb7cb6c10e7a477b1 SHA256 27cd56bb0418ce4cc9832308e5dc91f31d75def8af33db3742ede94ac1651869 +MISC metadata.xml 254 RMD160 adf8d9b6eb414cad6f257254314549c1c45deabe SHA1 ed766219dcc5f8f7feb49ea6fe9df5fb3e0af3ad SHA256 9c05d0058b48aacf7b9898f0ecaf1bf5a067f7bb77bc2f392e365dd2b6560549 diff --git a/app-crypt/gnomint/gnomint-1.0.0.ebuild b/app-crypt/gnomint/gnomint-1.0.0.ebuild new file mode 100644 index 0000000..1de5392 --- /dev/null +++ b/app-crypt/gnomint/gnomint-1.0.0.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="2" +GCONF_DEBUG="no" + +inherit gnome2 + +DESCRIPTION="A Certification Authority Software for Gnome" +HOMEPAGE="http://gnomint.sourceforge.net" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-3" +KEYWORDS="~amd64 ~x86" +IUSE="" + +# FIXME: bump req to gnutls 2.7 when it is available +# IUSE=debug is most likely useless, -O0 -g +RDEPEND=">=net-libs/gnutls-2.0 + >=dev-db/sqlite-3.0 + >=dev-libs/glib-2.6 + >=gnome-base/gconf-2.0 + >=x11-libs/gtk+-2.10.0 + >=gnome-base/libglade-2.5.0 + >=app-text/iso-codes-0.35 + sys-libs/readline" + +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.9.0 + >=dev-util/intltool-0.23" + +DOCS="AUTHORS BUGS ChangeLog MAINTAINERS NEWS README TODO" + +src_prepare() { + gnome2_src_prepare + + # Fix tests + echo "src/country_table.c" >> po/POTFILES.in +} diff --git a/app-crypt/gnomint/metadata.xml b/app-crypt/gnomint/metadata.xml new file mode 100644 index 0000000..1211eb7 --- /dev/null +++ b/app-crypt/gnomint/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-head</herd> +<maintainer> + <email>eva@gentoo.org</email> + <name>Gilles Dartiguelongue</name> +</maintainer> +</pkgmetadata> |