diff options
author | Robin H. Johnson <robbat2@orbis-terrarum.net> | 2010-04-22 00:10:23 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@orbis-terrarum.net> | 2010-04-22 00:10:23 -0700 |
commit | c1ff6014b4ef2ea9497d3fbf048d7c30b9fd9f6f (patch) | |
tree | d458cfa963fbd1e12e229525abb370a8d7303c08 /x11-plugins/pidgin-awayonlock/pidgin-awayonlock-0.5.2.ebuild | |
parent | New pidgin plugins to mature. (diff) | |
download | robbat2-c1ff6014b4ef2ea9497d3fbf048d7c30b9fd9f6f.tar.gz robbat2-c1ff6014b4ef2ea9497d3fbf048d7c30b9fd9f6f.tar.bz2 robbat2-c1ff6014b4ef2ea9497d3fbf048d7c30b9fd9f6f.zip |
Move to main tree.
Diffstat (limited to 'x11-plugins/pidgin-awayonlock/pidgin-awayonlock-0.5.2.ebuild')
-rw-r--r-- | x11-plugins/pidgin-awayonlock/pidgin-awayonlock-0.5.2.ebuild | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/x11-plugins/pidgin-awayonlock/pidgin-awayonlock-0.5.2.ebuild b/x11-plugins/pidgin-awayonlock/pidgin-awayonlock-0.5.2.ebuild deleted file mode 100644 index 93c19ae..0000000 --- a/x11-plugins/pidgin-awayonlock/pidgin-awayonlock-0.5.2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3 -MY_PN="${PN/pidgin-}" -MY_P="${MY_PN}-${PV}" - -inherit cmake-utils - -DESCRIPTION="Away-on-Lock change your Pidgin status when the screensaver gets activated" -HOMEPAGE="http://costela.net/projects/awayonlock/" -SRC_URI="http://costela.net/files/${MY_P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="net-im/pidgin - dev-libs/dbus-glib" - -DEPEND="${RDEPEND} - dev-util/pkgconfig" - - -S="${WORKDIR}/${MY_P}" - -src_install() { - cmake-utils_src_install - dodoc AUTHORS - insinto /usr/share/doc/${PF} - doins utils/mimic_gnome-screensaver.py -} |