summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBertrand Jacquin <beber@meleeweb.net>2013-05-28 20:54:23 +0200
committerBertrand Jacquin <beber@meleeweb.net>2013-05-28 23:30:14 +0200
commit8e17bedb74612e1b2323c0c2c86f7cb7f9d72ea6 (patch)
tree7e952f544425dfe1950daf7d55972756513beece
parentnet-misc/openvpn: remove DEP on app-text/man2html as not used (diff)
downloadportage-8e17bedb74612e1b2323c0c2c86f7cb7f9d72ea6.tar.xz
delete old x11-plugins/gaim-netsoul
-rw-r--r--x11-plugins/gaim-netsoul/Manifest4
-rw-r--r--x11-plugins/gaim-netsoul/gaim-netsoul-0.1.0.ebuild33
-rw-r--r--x11-plugins/gaim-netsoul/gaim-netsoul-0.2.1.ebuild36
3 files changed, 0 insertions, 73 deletions
diff --git a/x11-plugins/gaim-netsoul/Manifest b/x11-plugins/gaim-netsoul/Manifest
deleted file mode 100644
index e3d1870d..00000000
--- a/x11-plugins/gaim-netsoul/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST gaim-netsoul-0.1.0.tar.gz 299219 RMD160 b073be36f5c7cb544aef0c315a641d962d7d16f4 SHA1 83d9d7782089bd28a8cb8119d70986a97bf80014 SHA256 59650a65bac3d2c87bcbb3cf59c358de3fc56bc600c834de632805e925a6a4ce
-DIST gaim-netsoul-0.2.1.tar.gz 336795 RMD160 2aa57938b0c018940171a3ef6df40103272b9a59 SHA1 e73f8b2b4fb28b16d4ca5b3b7d92f1240a8f4730 SHA256 e99c4c7c9b344d3d08307fad493efaff2bcdba83e2bcba42490434ae3cb95c80
-EBUILD gaim-netsoul-0.1.0.ebuild 650 RMD160 a231b035aca240f051eec20c06c703d6c5ba28d9 SHA1 b52209d1a904bb3620fc81b6d699e49abc2cbe24 SHA256 9cee0e2fc8d79e344821448df653fd52d0db1778e9d59bbe30b7a3408a0238f9
-EBUILD gaim-netsoul-0.2.1.ebuild 685 RMD160 e97914bd516181664c5364d2775fa5553461fb0d SHA1 9acd6a85d074e258add8b5fb80b6f2b5bbd03c3d SHA256 090de0cccc99c2a1eb7b88d67a6583aa17bcfcb94f9c0d6b7d2e2dbf7846815f
diff --git a/x11-plugins/gaim-netsoul/gaim-netsoul-0.1.0.ebuild b/x11-plugins/gaim-netsoul/gaim-netsoul-0.1.0.ebuild
deleted file mode 100644
index f7b58519..00000000
--- a/x11-plugins/gaim-netsoul/gaim-netsoul-0.1.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# 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}"
-
-src_unpack()
-{
- unpack ${A}
-}
-
-src_compile()
-{
- econf || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install()
-{
- einstall || die "einstall failed"
-
- dodoc README AUTHORS
-}
diff --git a/x11-plugins/gaim-netsoul/gaim-netsoul-0.2.1.ebuild b/x11-plugins/gaim-netsoul/gaim-netsoul-0.2.1.ebuild
deleted file mode 100644
index 7b286d9b..00000000
--- a/x11-plugins/gaim-netsoul/gaim-netsoul-0.2.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# 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}"
-
-S="${WORKDIR}/${PN}-0.2"
-
-src_unpack()
-{
- unpack ${A}
-}
-
-src_compile()
-{
- cd ${S}
- econf || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install()
-{
- einstall || die "einstall failed"
-
- dodoc README AUTHORS
-}