From 4159f38458453984d8bc2ece6d2db887ef3e949f Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Sun, 9 Apr 2017 21:32:02 +0200 Subject: [PATCH] qemacs: use release archives from Gentoo. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since upstream doesn't make releases… --- app-editors/qemacs/qemacs-0.3.3.recipe | 63 ------------------- ...recipe => qemacs-0.4.1~pre20170225.recipe} | 7 ++- 2 files changed, 4 insertions(+), 66 deletions(-) delete mode 100644 app-editors/qemacs/qemacs-0.3.3.recipe rename app-editors/qemacs/{qemacs-0.4.0dev.recipe => qemacs-0.4.1~pre20170225.recipe} (88%) diff --git a/app-editors/qemacs/qemacs-0.3.3.recipe b/app-editors/qemacs/qemacs-0.3.3.recipe deleted file mode 100644 index 3592c9101..000000000 --- a/app-editors/qemacs/qemacs-0.3.3.recipe +++ /dev/null @@ -1,63 +0,0 @@ -SUMMARY="A nimbler version of the famous Emacs editor" -DESCRIPTION="QEmacs (for Quick Emacs), a very small but powerful UNIX editor. -It has features that even big editors lack: - -- Full screen editor with an Emacs look and feel with all Emacs common features. -- Full UTF8 support. -- WYSIWYG HTML/XML/CSS2 mode graphical editing. -- WYSIWYG DocBook. -- C mode: coloring with immediate update. Emacs like auto-indent. -- Shell mode, Hexadecimal editing... - -The provided qemacs-pe2qe script converts your Pe color settings to the Qemacs \ -syntax." -HOMEPAGE="http://bellard.org/qemacs/" -COPYRIGHT="2000-2003 Fabrice Bellard" -LICENSE="GNU LGPL v2.1" -REVISION="1" -SOURCE_URI="http://bellard.org/qemacs/qemacs-0.3.3.tar.gz" -CHECKSUM_SHA256="2ffba66a44783849282199acfcc08707debc7169394a8fd0902626222f27df94" -PATCHES="qemacs-0.3.3.patch" - -ARCHITECTURES="x86_gcc2 x86 !x86_64" -SECONDARY_ARCHITECTURES="x86_gcc2 x86" - -PROVIDES=" - qemacs$secondaryArchSuffix = $portVersion - app:qemacs$secondaryArchSuffix = $portVersion - cmd:qemacs$secondaryArchSuffix = $portVersion - cmd:qe$secondaryArchSuffix = $portVersion - cmd:html2png$secondaryArchSuffix = $portVersion - " -REQUIRES=" - haiku$secondaryArchSuffix - lib:libpng$secondaryArchSuffix - lib:libjpeg$secondaryArchSuffix -# lib:libavcodec$secondaryArchSuffix -# lib:libavformat$secondaryArchSuffix - " - -BUILD_REQUIRES=" - haiku${secondaryArchSuffix}_devel - devel:libpng$secondaryArchSuffix -# devel:libavcodec$secondaryArchSuffix -# devel:libavformat$secondaryArchSuffix - " -BUILD_PREREQUIRES=" - cmd:make - cmd:gcc$secondaryArchSuffix - cmd:ld$secondaryArchSuffix - cmd:texi2html - " - -BUILD() -{ - runConfigure ./configure - make -} - -INSTALL() -{ - make install - addAppDeskbarSymlink $binDir/qe QEmacs -} diff --git a/app-editors/qemacs/qemacs-0.4.0dev.recipe b/app-editors/qemacs/qemacs-0.4.1~pre20170225.recipe similarity index 88% rename from app-editors/qemacs/qemacs-0.4.0dev.recipe rename to app-editors/qemacs/qemacs-0.4.1~pre20170225.recipe index b9aa94153..17a4ced57 100644 --- a/app-editors/qemacs/qemacs-0.4.0dev.recipe +++ b/app-editors/qemacs/qemacs-0.4.1~pre20170225.recipe @@ -15,8 +15,9 @@ HOMEPAGE="http://bellard.org/qemacs/" COPYRIGHT="2000-2003 Fabrice Bellard" LICENSE="GNU LGPL v2.1" REVISION="1" -SOURCE_URI="cvs://:pserver:anonymous@cvs.savannah.nongnu.org:/sources/qemacs/qemacs#07/19/2014" -#CHECKSUM_MD5="" +SOURCE_URI="https://dev.gentoo.org/~ulm/distfiles/qemacs-0.4.1_pre20170225.tar.xz" +CHECKSUM_SHA256="9a3f754effbd9253b7aec9909fea801fc233cf69f98f6c807e5334ae1c8a08a6" +SOURCE_DIR="qemacs" PATCHES="qemacs-0.4.0dev.patchset" ARCHITECTURES="x86_gcc2 ?x86 ?x86_64" @@ -32,7 +33,7 @@ PROVIDES=" " REQUIRES=" haiku$secondaryArchSuffix - lib:libpng$secondaryArchSuffix + lib:libpng16$secondaryArchSuffix lib:libjpeg$secondaryArchSuffix # lib:libavcodec$secondaryArchSuffix # lib:libavformat$secondaryArchSuffix