diff options
Diffstat (limited to 'x11-plugins/pidgin-otr')
-rw-r--r-- | x11-plugins/pidgin-otr/Manifest | 2 | ||||
-rw-r--r-- | x11-plugins/pidgin-otr/pidgin-otr-3.1.0.ebuild | 41 |
2 files changed, 0 insertions, 43 deletions
diff --git a/x11-plugins/pidgin-otr/Manifest b/x11-plugins/pidgin-otr/Manifest index 8414c2b19337..fa91383bbcba 100644 --- a/x11-plugins/pidgin-otr/Manifest +++ b/x11-plugins/pidgin-otr/Manifest @@ -1,6 +1,4 @@ -DIST pidgin-otr-3.1.0.tar.gz 403637 RMD160 f0790718fee4d63be3ab2e795e500751137f00e5 SHA1 f22d9488da3d085f988090ca3b8f79291b8edb45 SHA256 429f68931e63bfaedce7201e7039ee1fa3ef23f6f2abb890794fc0593a26a2d0 DIST pidgin-otr-3.2.0.tar.gz 435146 RMD160 b2024861c20c9b6e405f09d1ac4a6442084803f8 SHA1 5984f66b48a7302f40f22d46e6e74e3a03761d05 SHA256 0870858b06d90cb522b93a354435f7645a9e28cff2d4bae929a6455d4cd1e6b2 -EBUILD pidgin-otr-3.1.0.ebuild 1020 RMD160 2af0e11f0a712f49dd32898c06fa33107aa9e968 SHA1 6ba2d6cd767ca1313dae29c01846a83cfe7bb209 SHA256 3eb7c15d6d9fe79342e188e77010d1e7335766c0a1d8b0607e7181e4b812e2e1 EBUILD pidgin-otr-3.2.0.ebuild 683 RMD160 d7ddedb423904080ee79cc0b2139a1ce28712dcb SHA1 31a3f65f627120bb318b7e594a8ebcff5430adf7 SHA256 7ee9303e4c6e6ccd1c1c426c91f373b444ea6b27b57934e893553c7524287af1 MISC ChangeLog 2893 RMD160 f82f4ac1f1f8f57b4cdc49db26c4b66e8a0f8e92 SHA1 557ae2ce9d3ac3e5f3a2525aee75547dad88ffcd SHA256 806ac4c42f707505163d604af527144e431fdbf9a5df1d2f509013279541a54b MISC metadata.xml 159 RMD160 3e0df024f9705f0cd1798f45cd4b0698e183ee87 SHA1 08e27d5a696205dc5c9992d4f3b647cd609ec139 SHA256 bb3130d2515d5b2e4ff19aff2199bb00ac7c350bf78b34bbec55268bf1013908 diff --git a/x11-plugins/pidgin-otr/pidgin-otr-3.1.0.ebuild b/x11-plugins/pidgin-otr/pidgin-otr-3.1.0.ebuild deleted file mode 100644 index 984a514b24ac..000000000000 --- a/x11-plugins/pidgin-otr/pidgin-otr-3.1.0.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/pidgin-otr-3.1.0.ebuild,v 1.8 2008/02/20 20:23:25 armin76 Exp $ - -inherit flag-o-matic eutils autotools - -DESCRIPTION="(OTR) Messaging allows you to have private conversations over instant messaging" -HOMEPAGE="http://www.cypherpunks.ca/otr/" -SRC_URI="http://www.cypherpunks.ca/otr/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc sparc x86" -IUSE="" - -RDEPEND=">=net-libs/libotr-3.1.0 - >=x11-libs/gtk+-2 - net-im/pidgin" - -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -pkg_setup() { - if ! built_with_use net-im/pidgin gtk; then - eerror "You need to compile net-im/pidgin with USE=gtk" - die "Missing gtk USE flag on net-im/pidgin" - fi -} - -src_compile() { - strip-flags - replace-flags -O? -O2 - - econf || die "econf failed" - emake -j1 || die "Make failed" -} - -src_install() { - emake -j1 install DESTDIR="${D}" || die "Install failed" - dodoc ChangeLog README -} |