public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Markos Chandras" <hwoarang@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/hwoarang:master commit in: net-im/emesene/
Date: Sun, 29 May 2011 11:51:04 +0000 (UTC)	[thread overview]
Message-ID: <5752f121e7c7ed7f49ea572e6d294801e8e5907d.hwoarang@gentoo> (raw)

commit:     5752f121e7c7ed7f49ea572e6d294801e8e5907d
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Sun May 29 11:50:47 2011 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Sun May 29 11:50:47 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/hwoarang.git;a=commit;h=5752f121

Moved to gx86

---
 net-im/emesene/Manifest              |    2 -
 net-im/emesene/emesene-2.11.4.ebuild |   54 ----------------------------------
 2 files changed, 0 insertions(+), 56 deletions(-)

diff --git a/net-im/emesene/Manifest b/net-im/emesene/Manifest
deleted file mode 100644
index 085f302..0000000
--- a/net-im/emesene/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST emesene-2.11.4.tar.gz 9389693 RMD160 e1778cce2b3c617944c408275696bca6d2741db3 SHA1 e4d0cc45f9751b9b071d66295183cfa24f4c50dd SHA256 c517e63d32b55d4e87e87a5b002336865b92d7dc4881f9d0b0bc25ebca25f0da
-EBUILD emesene-2.11.4.ebuild 1470 RMD160 d26d5b96ade4918365484e92315419c423541db8 SHA1 dbcd08aeb4a86556592573f322941bbeb64bfce7 SHA256 dcbe468040faa5132cd68a06488d12565bbccffe6fdd8d1cd73d4a6febe1d020

diff --git a/net-im/emesene/emesene-2.11.4.ebuild b/net-im/emesene/emesene-2.11.4.ebuild
deleted file mode 100644
index b15f837..0000000
--- a/net-im/emesene/emesene-2.11.4.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-
-inherit distutils eutils
-
-DESCRIPTION="Platform independent MSN Messenger client written in Python+GTK"
-HOMEPAGE="http://www.emesene.org"
-SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${P}.tar.gz"
-
-LICENSE="|| ( GPL-2 GPL-3i LGPL-3 )"
-SLOT="2"
-KEYWORDS="~amd64 ~x86"
-IUSE="jabber"
-
-RDEPEND="dev-python/pygtk:2
-	dev-python/papyon
-	dev-python/notify-python
-	jabber? ( dev-python/xmpppy )"
-
-src_prepare() {
-	# do not import dummy session
-	sed -i -e  "/import e3dummy/d" ${PN}.py
-	# fix .desktop icon to look for emesene-2 executable
-	sed -i -e "s:${PN}:${PN}-2:g" \
-		${PN}/data/share/applications/${PN}.desktop
-	# Use a better meny entry
-	sed -i -e "/^Name/s:${PN}-2:Emesene v2:" \
-		${PN}/data/share/applications/${PN}.desktop
-	distutils_src_prepare
-}
-
-src_install() {
-	mysymlink(){
-		dosym  $(python_get_sitedir)/${PN}/${PN} /usr/bin/${PN}-2 || die
-	}
-	distutils_src_install
-	# fix names
-	mv "${D}"/usr/share/applications/${PN}.desktop \
-		"${D}"/usr/share/applications/${PN}-2.desktop
-	mv "${D}"/usr/share/pixmaps/${PN}.png \
-		"${D}"/usr/share/pixmaps/${PN}-2.png
-	mv "${D}"/usr/share/pixmaps/${PN}.xpm \
-		"${D}"/usr/share/pixmaps/${PN}-2.xpm
-	mv "${D}"/usr/share/man/man1/${PN}.1 \
-		"${D}"/usr/share/man/man1/${PN}-2.1
-
-	python_execute_function -q mysymlink
-}



             reply	other threads:[~2011-05-29 11:51 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-29 11:51 Markos Chandras [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-05-28 16:55 [gentoo-commits] dev/hwoarang:master commit in: net-im/emesene/ Markos Chandras
2011-05-27 19:23 Markos Chandras
2011-05-27 19:20 Markos Chandras
2011-05-27 19:16 Markos Chandras
2011-05-27 18:30 Markos Chandras

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5752f121e7c7ed7f49ea572e6d294801e8e5907d.hwoarang@gentoo \
    --to=hwoarang@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox