diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-12-14 03:53:34 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-12-14 03:53:34 +0000 |
commit | f6dbd405c19610111b4e32b76c75d4cabc81bbdf (patch) | |
tree | dd0e60b9faabbdddd3dedc6e7de32be49d884eaa /x11-plugins/gaimosd | |
parent | Added support for sparc64-multilib. (Manifest recommit) (diff) | |
download | gentoo-2-f6dbd405c19610111b4e32b76c75d4cabc81bbdf.tar.gz gentoo-2-f6dbd405c19610111b4e32b76c75d4cabc81bbdf.tar.bz2 gentoo-2-f6dbd405c19610111b4e32b76c75d4cabc81bbdf.zip |
Added to ~amd64.
Diffstat (limited to 'x11-plugins/gaimosd')
-rw-r--r-- | x11-plugins/gaimosd/ChangeLog | 6 | ||||
-rw-r--r-- | x11-plugins/gaimosd/gaimosd-1.0.0.ebuild | 17 |
2 files changed, 11 insertions, 12 deletions
diff --git a/x11-plugins/gaimosd/ChangeLog b/x11-plugins/gaimosd/ChangeLog index d79b5b14e9e1..0839183fddae 100644 --- a/x11-plugins/gaimosd/ChangeLog +++ b/x11-plugins/gaimosd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/gaimosd # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaimosd/ChangeLog,v 1.2 2004/12/08 19:03:04 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaimosd/ChangeLog,v 1.3 2004/12/14 03:53:34 eradicator Exp $ + + 13 Dec 2004; Jeremy Huddleston <eradicator@gentoo.org> + gaimosd-1.0.0.ebuild: + Added to ~amd64. 08 Dec 2004; Michael Hanselmann <hansmi@gentoo.org> gaimosd-1.0.0.ebuild: Added to ~ppc. diff --git a/x11-plugins/gaimosd/gaimosd-1.0.0.ebuild b/x11-plugins/gaimosd/gaimosd-1.0.0.ebuild index d373fbf2e7c4..4f3abba6df4c 100644 --- a/x11-plugins/gaimosd/gaimosd-1.0.0.ebuild +++ b/x11-plugins/gaimosd/gaimosd-1.0.0.ebuild @@ -1,23 +1,20 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaimosd/gaimosd-1.0.0.ebuild,v 1.3 2004/12/08 19:03:04 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaimosd/gaimosd-1.0.0.ebuild,v 1.4 2004/12/14 03:53:34 eradicator Exp $ inherit eutils DESCRIPTION="Gaim OSD is an implementation of the XOSD library, allowing Gaim to display several notification messages." HOMEPAGE="http://gaimosd.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~ppc" IUSE="" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~ppc" DEPEND=">=net-im/gaim-1.0.0 - x11-libs/xosd" -#RDEPEND="" - -#S=${WORKDIR}/${P} + x11-libs/xosd" src_compile() { econf --enable-customized-buddies --enable-customized-conversations || die @@ -25,8 +22,6 @@ src_compile() { } src_install() { - make DESTDIR=${D} install || die - #einstall || die - + make DESTDIR="${D}" install || die dodoc README TODO } |