diff options
author | Bertrand Jacquin <beber@meleeweb.net> | 2005-07-30 21:48:23 +0000 |
---|---|---|
committer | Bertrand Jacquin <beber@meleeweb.net> | 2005-07-30 21:48:23 +0000 |
commit | 8ba9011dae5fb85e1e53bb6adb122a5615fb32e3 (patch) | |
tree | 9923c0730cd78b86ec8c924d3cd55f25e147649e /x11-plugins/gaim-netsoul | |
parent | Del old ebuilds (diff) | |
download | portage-8ba9011dae5fb85e1e53bb6adb122a5615fb32e3.tar.xz |
move gentoofr overlay to ..
Diffstat (limited to 'x11-plugins/gaim-netsoul')
-rw-r--r-- | x11-plugins/gaim-netsoul/Manifest | 2 | ||||
-rw-r--r-- | x11-plugins/gaim-netsoul/files/digest-gaim-netsoul-0.1.0 | 1 | ||||
-rw-r--r-- | x11-plugins/gaim-netsoul/gaim-netsoul-0.1.0.ebuild | 35 |
3 files changed, 38 insertions, 0 deletions
diff --git a/x11-plugins/gaim-netsoul/Manifest b/x11-plugins/gaim-netsoul/Manifest new file mode 100644 index 00000000..540a8c3c --- /dev/null +++ b/x11-plugins/gaim-netsoul/Manifest @@ -0,0 +1,2 @@ +MD5 4d1605e115a09790dc54f2e80b349128 gaim-netsoul-0.1.0.ebuild 671 +MD5 bd3e423faf7488c2f45a3ee75be2398c files/digest-gaim-netsoul-0.1.0 70 diff --git a/x11-plugins/gaim-netsoul/files/digest-gaim-netsoul-0.1.0 b/x11-plugins/gaim-netsoul/files/digest-gaim-netsoul-0.1.0 new file mode 100644 index 00000000..92255cb7 --- /dev/null +++ b/x11-plugins/gaim-netsoul/files/digest-gaim-netsoul-0.1.0 @@ -0,0 +1 @@ +MD5 23ae2d4a8ff6d87ca1d186f6e928b0c1 gaim-netsoul-0.1.0.tar.gz 299219 diff --git a/x11-plugins/gaim-netsoul/gaim-netsoul-0.1.0.ebuild b/x11-plugins/gaim-netsoul/gaim-netsoul-0.1.0.ebuild new file mode 100644 index 00000000..2613444f --- /dev/null +++ b/x11-plugins/gaim-netsoul/gaim-netsoul-0.1.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +DESCRIPTION="Gaim-netsoul is a Gaim plugin for the netsoul IM-network used at the EPITA and EPITECH engineering schools in Paris, France." +HOMEPAGE="http://sourceforge.net/projects/gaim-netsoul/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" + +DEPEND="net-im/gaim" +RDEPEND="${DEPEND}" + +RESTRICT="nomirror" + +src_unpack() +{ + unpack ${A} +} + +src_compile() +{ + econf || die "econf failed" + emake || die "emake failed" +} + +src_install() +{ + einstall || die "einstall failed" + + dodoc README AUTHORS +} |