diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-03-09 01:11:25 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-03-09 01:11:25 +0000 |
commit | c1f6743d8277d7e9c095d6d70e262230551452d3 (patch) | |
tree | 91d8ce61bce75361f918ae2ab3987705c4d2d5f7 /x11-plugins | |
parent | Cleanup old. (diff) | |
download | gentoo-2-c1f6743d8277d7e9c095d6d70e262230551452d3.tar.gz gentoo-2-c1f6743d8277d7e9c095d6d70e262230551452d3.tar.bz2 gentoo-2-c1f6743d8277d7e9c095d6d70e262230551452d3.zip |
Cleanup old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/pidgin-extprefs/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/pidgin-extprefs/pidgin-extprefs-0.7.ebuild | 26 |
2 files changed, 5 insertions, 29 deletions
diff --git a/x11-plugins/pidgin-extprefs/ChangeLog b/x11-plugins/pidgin-extprefs/ChangeLog index 34205f37a8f6..7d70382a6281 100644 --- a/x11-plugins/pidgin-extprefs/ChangeLog +++ b/x11-plugins/pidgin-extprefs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/pidgin-extprefs -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-extprefs/ChangeLog,v 1.16 2012/05/05 05:11:58 jdhore Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-extprefs/ChangeLog,v 1.17 2014/03/09 01:11:25 mrueg Exp $ + + 09 Mar 2014; Manuel Rüger <mrueg@gentoo.org> -pidgin-extprefs-0.7.ebuild: + Cleanup old. 05 May 2012; Jeff Horelick <jdhore@gentoo.org> pidgin-extprefs-0.7.ebuild, pidgin-extprefs-0.7-r1.ebuild: @@ -62,4 +65,3 @@ 01 May 2007; Olivier Crête <tester@gentoo.org> ChangeLog: Add renamed version of x11-plugins/gaim-extprefs - diff --git a/x11-plugins/pidgin-extprefs/pidgin-extprefs-0.7.ebuild b/x11-plugins/pidgin-extprefs/pidgin-extprefs-0.7.ebuild deleted file mode 100644 index 44ca3df3eb8c..000000000000 --- a/x11-plugins/pidgin-extprefs/pidgin-extprefs-0.7.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-extprefs/pidgin-extprefs-0.7.ebuild,v 1.11 2012/05/05 05:11:58 jdhore Exp $ - -DESCRIPTION="Extra preferences that are desired but not are not considered worthy of inclusion in Pidgin itself" -HOMEPAGE="http://gaim-extprefs.sourceforge.net" -SRC_URI="mirror://sourceforge/gaim-extprefs/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 hppa ppc sparc x86" -IUSE="" - -RDEPEND="net-im/pidgin" -DEPEND=" - virtual/pkgconfig - ${RDEPEND}" - -src_compile() { - econf - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die -} |