summaryrefslogtreecommitdiff
path: root/net-im/psi
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/psi')
l---------net-im/psi/files1
-rw-r--r--net-im/psi/psi-9999.ebuild26
2 files changed, 1 insertions, 26 deletions
diff --git a/net-im/psi/files b/net-im/psi/files
deleted file mode 120000
index 304a121..0000000
--- a/net-im/psi/files
+++ /dev/null
@@ -1 +0,0 @@
-/var/paludis/repositories/gentoo/net-im/psi/files \ No newline at end of file
diff --git a/net-im/psi/psi-9999.ebuild b/net-im/psi/psi-9999.ebuild
index 533e30e..f322532 100644
--- a/net-im/psi/psi-9999.ebuild
+++ b/net-im/psi/psi-9999.ebuild
@@ -23,7 +23,7 @@ SRC_URI="mirror://gentoo/psi-0.13-20090817_langpack_for_packagers.zip
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
-IUSE="crypt dbus debug doc extras jingle spell ssl xscreensaver"
+IUSE="crypt dbus debug doc jingle spell ssl xscreensaver"
RESTRICT="test"
LANGS="de es fr it mk pl pt_BR ru sv ur_PK zh_TW"
@@ -48,30 +48,6 @@ PDEPEND="crypt? ( app-crypt/qca-gnupg:2 )
S=${WORKDIR}/${MY_P}
src_prepare() {
-# epatch "${FILESDIR}/psi-0.13-psi+muc-kickban-reasons.patch"
-# epatch "${FILESDIR}/psi-0.13-psi+options-coloring-in-chat-dialog.patch"
-
- if use extras; then
- # some patches from psi+ project http://code.google.com/p/psi-dev
- ewarn "You're about to build heavily patched version of Psi called Psi+."
- ewarn "It has really nice features but still is under heavy development."
- ewarn "Take a look at homepage for more info: http://code.google.com/p/psi-dev"
- ewarn "If you wish to disable some patches just put"
- ewarn "MY_EPATCH_EXCLUDE=\"list of patches\""
- ewarn "into /etc/portage/env/${CATEGORY}/${PN} file."
- ewarn
- ewarn "Note: some patches depend on other. So if you disabled some patch"
- ewarn "and other started to fail to apply, you'll have to disable patches"
- ewarn "that fail too."
- ebeep
-
- EPATCH_EXCLUDE="${MY_EPATCH_EXCLUDE} 270-psi-application-info.diff" \
- EPATCH_SUFFIX="diff" EPATCH_FORCE="yes" epatch
- sed -e 's/\(^#define PROG_CAPS_NODE \).*/\1"http:\/\/psi-dev.googlecode.com\/caps";/' \
- -e 's:\(^#define PROG_NAME "Psi\):\1+:' \
- -i src/applicationinfo.cpp || die
- fi
-
rm -rf third-party/qca # We use system libraries.
}