diff options
author | Don Seiler <rizzo@gentoo.org> | 2004-12-16 22:48:31 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2004-12-16 22:48:31 +0000 |
commit | 73fa094b6c22e12cc2bd04bd7acc3a0191882423 (patch) | |
tree | 8c02e9a07e0481cc6050c3d3ffe20292c260c212 /x11-plugins | |
parent | gcc34 is a testing profile, which things can break, so lets keep the latest g... (diff) | |
download | gentoo-2-73fa094b6c22e12cc2bd04bd7acc3a0191882423.tar.gz gentoo-2-73fa094b6c22e12cc2bd04bd7acc3a0191882423.tar.bz2 gentoo-2-73fa094b6c22e12cc2bd04bd7acc3a0191882423.zip |
Initial add. Closes bug #74688, thanks Vanquirius
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/gaim-otr/ChangeLog | 9 | ||||
-rw-r--r-- | x11-plugins/gaim-otr/Manifest | 2 | ||||
-rw-r--r-- | x11-plugins/gaim-otr/files/digest-gaim-otr-1.0.1 | 1 | ||||
-rw-r--r-- | x11-plugins/gaim-otr/gaim-otr-1.0.1.ebuild | 30 | ||||
-rw-r--r-- | x11-plugins/gaim-otr/metadata.xml | 8 |
5 files changed, 50 insertions, 0 deletions
diff --git a/x11-plugins/gaim-otr/ChangeLog b/x11-plugins/gaim-otr/ChangeLog new file mode 100644 index 000000000000..67f1eb70fcb8 --- /dev/null +++ b/x11-plugins/gaim-otr/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for x11-plugins/gaim-otr +# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-otr/ChangeLog,v 1.1 2004/12/16 22:48:31 rizzo Exp $ + +*gaim-otr-1.0.1 (16 Dec 2004) + + 16 Dec 2004; Don Seiler <rizzo@gentoo.org> +gaim-otr-1.0.1.ebuild: + Initial add. Closes bug #74688, thanks Vanquirius + diff --git a/x11-plugins/gaim-otr/Manifest b/x11-plugins/gaim-otr/Manifest new file mode 100644 index 000000000000..4045e1c3e04f --- /dev/null +++ b/x11-plugins/gaim-otr/Manifest @@ -0,0 +1,2 @@ +MD5 6bf068213a13e505faf96834f1845200 gaim-otr-1.0.1.ebuild 689 +MD5 38c912f054ef1733b1c843f400063c08 files/digest-gaim-otr-1.0.1 65 diff --git a/x11-plugins/gaim-otr/files/digest-gaim-otr-1.0.1 b/x11-plugins/gaim-otr/files/digest-gaim-otr-1.0.1 new file mode 100644 index 000000000000..0da1e12eeb7f --- /dev/null +++ b/x11-plugins/gaim-otr/files/digest-gaim-otr-1.0.1 @@ -0,0 +1 @@ +MD5 efc22af7c4a17448da75419bbaeb80d6 gaim-otr-1.0.1.tar.gz 76536 diff --git a/x11-plugins/gaim-otr/gaim-otr-1.0.1.ebuild b/x11-plugins/gaim-otr/gaim-otr-1.0.1.ebuild new file mode 100644 index 000000000000..5d0adf65827d --- /dev/null +++ b/x11-plugins/gaim-otr/gaim-otr-1.0.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-otr/gaim-otr-1.0.1.ebuild,v 1.1 2004/12/16 22:48:31 rizzo Exp $ + +inherit flag-o-matic eutils debug + +DESCRIPTION="(OTR) Messaging allows you to have private conversations over instant messaging" +HOMEPAGE="http://www.cypherpunks.ca/otr/" +SRC_URI="http://www.cypherpunks.ca/otr/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND=">=net-im/gaim-1.0.1 + dev-libs/libgpg-error + dev-libs/libgcrypt" + +src_compile() { + strip-flags + replace-flags -O? -O2 + + emake || MAKEOPTS="${MAKEOPTS} -j1" emake || die "Make failed" +} + +src_install() { + make install DESTDIR=${D} || die "Install failed" + dodoc COPYING ChangeLog README +} diff --git a/x11-plugins/gaim-otr/metadata.xml b/x11-plugins/gaim-otr/metadata.xml new file mode 100644 index 000000000000..04ee15b1638d --- /dev/null +++ b/x11-plugins/gaim-otr/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>net-im</herd> +<maintainer> + <email>gaim-bugs@gentoo.org</email> +</maintainer> +</pkgmetadata> |