From 041fdec08a3114b08682339bf0aa56f44659a5b3 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Tue, 24 Aug 2010 05:37:51 +0000 Subject: [PATCH] Add .bep file for joe from hg. Removed stray libebml .bep file. --- app-editors/joe/joe-3.8-hg.bep | 20 ++++++++++++++++++++ dev-libs/libebml-1.0.0.bep | 23 ----------------------- 2 files changed, 20 insertions(+), 23 deletions(-) create mode 100644 app-editors/joe/joe-3.8-hg.bep delete mode 100644 dev-libs/libebml-1.0.0.bep diff --git a/app-editors/joe/joe-3.8-hg.bep b/app-editors/joe/joe-3.8-hg.bep new file mode 100644 index 000000000..c0cf7b223 --- /dev/null +++ b/app-editors/joe/joe-3.8-hg.bep @@ -0,0 +1,20 @@ +DESCRIPTION="JOE is a full featured terminal-based screen editor which is distributed under the GNU General Public License (GPL)." +HOMEPAGE="http://joe-editor.sourceforge.net/" +SRC_URI="hg+http://joe-editor.hg.sourceforge.net:8000/hgroot/joe-editor/joe-editor" +REVISION="1" +STATUS_HAIKU="stable" +DEPEND="" +#CHECKSUM_MD5="66de1b073e869ba12abbfcde3885c577" +BUILD { + cd joe-3.8-hg + autojoe + ./configure --prefix=/boot/common + make +} + +INSTALL { + cd joe-3.8-hg + make install +} +LICENSE="GNU GPL v3" +COPYRIGHT="1999-2010 Free Software Foundation, Inc. " diff --git a/dev-libs/libebml-1.0.0.bep b/dev-libs/libebml-1.0.0.bep deleted file mode 100644 index 5ac6e4c45..000000000 --- a/dev-libs/libebml-1.0.0.bep +++ /dev/null @@ -1,23 +0,0 @@ -DESCRIPTION="libebml is a C++ library to parse EBML content (read/write)." -HOMEPAGE="http://www.matroska.org/" -SRC_URI="http://dl.matroska.org/downloads/libebml/libebml-1.0.0.tar.bz2" -REVISION="1" -STATUS_HAIKU="stable" -DEPEND="" -CHECKSUM_MD5="6d438f03d8928d83a2d120ed02705f03" -BUILD { - cd libebml-1.0.0 - cd make - cd linux - make -} - -INSTALL { - cd libebml-1.0.0 - cd make - cd linux - make install -} - -LICENSE="GNU LGPL v2.1" -COPYRIGHT="2005-2009 CoreCodec, Inc." \ No newline at end of file