Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 44594 - magnesium-1.0.1c ebuild
Summary: magnesium-1.0.1c ebuild
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Ebuild Support (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Matthew Kennedy (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-13 13:12 UTC by Jory A. Pratt
Modified: 2004-04-06 01:52 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jory A. Pratt 2004-03-13 13:12:06 UTC
here is the new ebuild bro.

# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /home/cvsroot/gentoo-x86/net-im/magnesium/magnesium-1.0.1c.ebuild,v 1.1 2004/03/14 14:01:00 jpratt Exp $

MY_P=${PN}-${PV/1.0_/}
DESCRIPTION="Magnesium is a Yahoo chat client."
HOMEPAGE="http://geocities.com/slackware_linux_penguin/mg/"
SRC_URI="http://geocities.com/slackware_linux_penguin/mg/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""

DEPEND="=gnome-base/libglade-2*
	=dev-python/pygtk-2*"

S=${WORKDIR}/${MY_P}

src_unpack() {
	unpack ${A}
	cd ${S}
	mv ui.py ui.py.in && sed "s,magnesium.glade,/usr/lib/${P}/magnesium.glade,g" <ui.py.in >ui.py
}

src_compile() {
	einfo "Skipping compilation"
}

src_install() {
	insinto /usr/lib/${P}
	doins *.py magnesium.glade
	chmod +x ${D}/usr/lib/${P}/mg.py
	sed "s,@MAGNESIUMPATH@,${P},g" <${FILESDIR}/magnesium >magnesium || die
	dobin magnesium
	dodoc README CREDITS AUTHORS CHANGELOG LICENSE
}


any problems you know where to find me!
Comment 1 Matthew Kennedy (RETIRED) gentoo-dev 2004-04-06 01:52:36 UTC
added