Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (cbd88a66564baa0897b79954b3a24f53ec0a09bd)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (cbd88a66564baa0897b79954b3a24f53ec0a09bd)
  • Date: Wed, 25 Apr 2007 18:02:35 -0500

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

ChangeLog | 14 ++++++++++++++
perl-cpan/class-mixinfactory/BUILD | 1 +
perl-cpan/class-mixinfactory/DEPENDS | 1 +
perl-cpan/class-mixinfactory/DETAILS | 16 ++++++++++++++++
perl-cpan/class-mixinfactory/HISTORY | 2 ++
perl-cpan/dbix-anydbd/BUILD | 1 +
perl-cpan/dbix-anydbd/DEPENDS | 1 +
perl-cpan/dbix-anydbd/DETAILS | 17 +++++++++++++++++
perl-cpan/dbix-anydbd/HISTORY | 2 ++
perl-cpan/dbix-sqlengine/BUILD | 1 +
perl-cpan/dbix-sqlengine/DEPENDS | 4 ++++
perl-cpan/dbix-sqlengine/DETAILS | 15 +++++++++++++++
perl-cpan/dbix-sqlengine/HISTORY | 2 ++
perl-cpan/term-shell/BUILD | 1 +
perl-cpan/term-shell/DEPENDS | 1 +
perl-cpan/term-shell/DETAILS | 15 +++++++++++++++
perl-cpan/term-shell/HISTORY | 2 ++
perl-cpan/text-aligner/BUILD | 1 +
perl-cpan/text-aligner/DEPENDS | 1 +
perl-cpan/text-aligner/DETAILS | 15 +++++++++++++++
perl-cpan/text-aligner/HISTORY | 2 ++
perl-cpan/text-table/BUILD | 1 +
perl-cpan/text-table/DEPENDS | 1 +
perl-cpan/text-table/DETAILS | 18 ++++++++++++++++++
perl-cpan/text-table/HISTORY | 2 ++
smgl/bugcli/BUILD | 10 ++++------
smgl/bugcli/DEPENDS | 6 +++++-
smgl/bugcli/DETAILS | 14 ++++++--------
smgl/bugcli/HISTORY | 10 ++++++++++
smgl/bugcli/INSTALL | 3 +++
smgl/bugcli/PRE_BUILD | 3 ---
31 files changed, 165 insertions(+), 18 deletions(-)

New commits:
commit 8f24ec8a221b94bc5826f0e45746f4874f7a8451
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

smgl/bugcli:

DETAILS: updated to 0.2, removed BUILD_API=1 line, SOURCE,
SOURCE_URL[0], WEB_SITE accordingly to perl cpan project,
SOURCE_DIRECTORY also was changed
BUILD: removed api1 code, now uses perl for building
DEPENDS: added config-tiny, dbix-sqlengine, term-shell, text-table
as required depends
INSTALL: added for bugattach installation
PRE_BUILD: removed, not needed anymore

commit 515bf6ba8d5a3a6fc6767a745a27728bde147964
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

perl-cpan/dbix-sqlengine: new spell, perl module which extends DBI with
high-level operations

commit 1f93fb5327d07b02059e91c10fd923a962b86904
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

perl-cpan/text-table: new spell, perl module which allows to organize data
in tables

commit e7b5389789bb2976daf2c3fc867d772b3a850791
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

perl-cpan/text-aligner: new spell, Text::Aligner is used to justify
strings
to various alignment styles

commit 099b18afa6cf1a614a5e33e0d59b88e6200e9fe9
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

perl-cpan/term-shell: new spell, Term::Shell - A simple command-line
shell framework

commit f93337751dd8ea8655815011c6cc0d506ebf70ad
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

perl-cpan/dbix-anydbd: new spell, Module to make cross db applications
easier

commit a5cb71e5d4148567234de7fedecba59cdc9d439a
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

perl-cpan/class-mixinfactory: new spell, Class::MixinFactory - Class
Factory with Selection of Mixins

diff --git a/ChangeLog b/ChangeLog
index 91723d6..39847ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2007-04-26 Pol Vinogradov <vin.public AT gmail.com>
+ * perl-cpan/class-mixinfactory: new spell, Class::MixinFactory - Class
+ Factory with Selection of Mixins
+ * perl-cpan/dbix-anydbd: new spell, Module to make cross db
applications
+ easier
+ * perl-cpan/dbix-sqlengine: new spell, perl module which extends DBI
with
+ high-level operations
+ * perl-cpan/term-shell: new spell, Term::Shell - A simple command-line
+ shell framework
+ * perl-cpan/text-aligner: new spell, Text::Aligner is used to justify
strings
+ to various alignment styles
+ * perl-cpan/text-table: new spell, perl module which allows to
organize data
+ in tables
+
2007-04-25 Ladislav Hagara <hgr AT vabo.cz>
* e/rage: new spell, a media center
* x11/xvidcap: new spell, a desktop video screen capture application
diff --git a/perl-cpan/class-mixinfactory/BUILD
b/perl-cpan/class-mixinfactory/BUILD
new file mode 100755
index 0000000..2de29cd
--- /dev/null
+++ b/perl-cpan/class-mixinfactory/BUILD
@@ -0,0 +1 @@
+default_build_perl
diff --git a/perl-cpan/class-mixinfactory/DEPENDS
b/perl-cpan/class-mixinfactory/DEPENDS
new file mode 100755
index 0000000..6826bc7
--- /dev/null
+++ b/perl-cpan/class-mixinfactory/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl-cpan/class-mixinfactory/DETAILS
b/perl-cpan/class-mixinfactory/DETAILS
new file mode 100755
index 0000000..f47bcfe
--- /dev/null
+++ b/perl-cpan/class-mixinfactory/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=class-mixinfactory
+ VERSION=0.92
+ SOURCE="Class-MixinFactory-${VERSION}.tar.gz"
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/E/EV/EVO/${SOURCE}
+
SOURCE_HASH=sha512:389cfe2117a6e084bd96fdd3389266853f31c8416d4d97085b702191593eab76133bf1c4c3e906349c4b9ba9a32a2f57ada6df075f37cfb256ab49cc2b510e3d
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Class-MixinFactory-${VERSION}"
+ WEB_SITE="http://search.cpan.org/~/Class-MixinFactory-${VERSION}";
+ LICENSE[0]=ART
+ ENTERED=20070426
+ SHORT="Class::MixinFactory - Class Factory with Selection of
Mixins"
+cat << EOF
+This distribution facilitates the run-time generation of classes which
inherit
+from a base class and some optional selection of mixin classes.
+A factory is provided to generate the mixed classes with multiple
inheritance.
+A NEXT method allows method redispatch up the inheritance chain.
+EOF
diff --git a/perl-cpan/class-mixinfactory/HISTORY
b/perl-cpan/class-mixinfactory/HISTORY
new file mode 100644
index 0000000..70a9186
--- /dev/null
+++ b/perl-cpan/class-mixinfactory/HISTORY
@@ -0,0 +1,2 @@
+2007-04-26 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS, DEPENDS, BUILD, HISTORY: created spell
diff --git a/perl-cpan/dbix-anydbd/BUILD b/perl-cpan/dbix-anydbd/BUILD
new file mode 100755
index 0000000..2de29cd
--- /dev/null
+++ b/perl-cpan/dbix-anydbd/BUILD
@@ -0,0 +1 @@
+default_build_perl
diff --git a/perl-cpan/dbix-anydbd/DEPENDS b/perl-cpan/dbix-anydbd/DEPENDS
new file mode 100755
index 0000000..6826bc7
--- /dev/null
+++ b/perl-cpan/dbix-anydbd/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl-cpan/dbix-anydbd/DETAILS b/perl-cpan/dbix-anydbd/DETAILS
new file mode 100755
index 0000000..31af0de
--- /dev/null
+++ b/perl-cpan/dbix-anydbd/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=dbix-anydbd
+ VERSION=2.01
+ SOURCE="DBIx-AnyDBD-${VERSION}.tar.gz"
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/M/MS/MSERGEANT/${SOURCE}
+
SOURCE_HASH=sha512:68e042e0e55c0d61b33690b1ea16ac0a6e8033daf6bf763dec294210a6d181bbd76f1e94814bfed0ce6162469e6680991259b56614155d334fb04440f0bf0c5a
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/DBIx-AnyDBD-${VERSION}"
+ WEB_SITE="http://search.cpan.org/~MSERGEANT/DBIx-AnyDBD/";
+ LICENSE[0]=ART
+ ENTERED=20070426
+ SHORT="Module to make cross db applications easier"
+cat << EOF
+This class provides application developers with an abstraction class a level
+away from DBI, that allows them to write an application that works on
multiple
+database platforms. The idea isn't to take away the responsibility for coding
+different SQL on different platforms, but to simply provide a platform that
+uses the right class at the right time for whatever DB is currently in use.
+EOF
diff --git a/perl-cpan/dbix-anydbd/HISTORY b/perl-cpan/dbix-anydbd/HISTORY
new file mode 100644
index 0000000..70a9186
--- /dev/null
+++ b/perl-cpan/dbix-anydbd/HISTORY
@@ -0,0 +1,2 @@
+2007-04-26 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS, DEPENDS, BUILD, HISTORY: created spell
diff --git a/perl-cpan/dbix-sqlengine/BUILD b/perl-cpan/dbix-sqlengine/BUILD
new file mode 100755
index 0000000..2de29cd
--- /dev/null
+++ b/perl-cpan/dbix-sqlengine/BUILD
@@ -0,0 +1 @@
+default_build_perl
diff --git a/perl-cpan/dbix-sqlengine/DEPENDS
b/perl-cpan/dbix-sqlengine/DEPENDS
new file mode 100755
index 0000000..33af839
--- /dev/null
+++ b/perl-cpan/dbix-sqlengine/DEPENDS
@@ -0,0 +1,4 @@
+depends class-makemethods &&
+depends class-mixinfactory &&
+depends dbi &&
+depends dbix-anydbd
diff --git a/perl-cpan/dbix-sqlengine/DETAILS
b/perl-cpan/dbix-sqlengine/DETAILS
new file mode 100755
index 0000000..e074d04
--- /dev/null
+++ b/perl-cpan/dbix-sqlengine/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=dbix-sqlengine
+ VERSION=0.93
+ SOURCE="DBIx-SQLEngine-${VERSION}.tar.gz"
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/E/EV/EVO/${SOURCE}
+
SOURCE_HASH=sha512:0f0a085c3318e86137dd2356087dc03a7173d837dafad4ec8f97b5f59362fc0778939f10a24af679acbe18d41e9eb3292b3ec024d3b15236349a1f50d227bb94
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/DBIx-SQLEngine-${VERSION}"
+ WEB_SITE="http://search.cpan.org/~EVO/DBIx-SQLEngine/";
+ LICENSE[0]=ART
+ ENTERED=20070425
+ SHORT="Extends DBI with high-level operations"
+cat << EOF
+DBIx::SQLEngine is the latest generation of a toolkit used by the authors for
+several years to develop business data applications. Its goal is to simplify
+dynamic query execution and to minimize cross-RDMS portability issues.
+EOF
diff --git a/perl-cpan/dbix-sqlengine/HISTORY
b/perl-cpan/dbix-sqlengine/HISTORY
new file mode 100644
index 0000000..7496361
--- /dev/null
+++ b/perl-cpan/dbix-sqlengine/HISTORY
@@ -0,0 +1,2 @@
+2007-04-25 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS, DEPENDS, BUILD, HISTORY: created spell
diff --git a/perl-cpan/term-shell/BUILD b/perl-cpan/term-shell/BUILD
new file mode 100755
index 0000000..2de29cd
--- /dev/null
+++ b/perl-cpan/term-shell/BUILD
@@ -0,0 +1 @@
+default_build_perl
diff --git a/perl-cpan/term-shell/DEPENDS b/perl-cpan/term-shell/DEPENDS
new file mode 100755
index 0000000..6826bc7
--- /dev/null
+++ b/perl-cpan/term-shell/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl-cpan/term-shell/DETAILS b/perl-cpan/term-shell/DETAILS
new file mode 100755
index 0000000..72ed2f8
--- /dev/null
+++ b/perl-cpan/term-shell/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=term-shell
+ VERSION=0.02
+ SOURCE="Term-Shell-${VERSION}.tar.gz"
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/N/NE/NEILW/${SOURCE}
+
SOURCE_HASH=sha512:95be0ea3222134f922d96fca9dc9eab997964c2d3de4f30f6e6e1daa01218c24a2c459afbe98fdce27d85f0640df1741edaff78ee944e59d124365101becdf18
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Term-Shell-${VERSION}"
+
WEB_SITE="http://search.cpan.org/~neilw/Term-Shell-${VERSION}/lib/Term/Shell.pod";
+ LICENSE[0]=ART
+ ENTERED=20070426
+ SHORT="Term::Shell - A simple command-line shell framework"
+cat << EOF
+Term::Shell lets you write simple command-line shells. All the boring details
+like command-line parsing, terminal handling, and tab completion are handled
+for you.
+EOF
diff --git a/perl-cpan/term-shell/HISTORY b/perl-cpan/term-shell/HISTORY
new file mode 100644
index 0000000..70a9186
--- /dev/null
+++ b/perl-cpan/term-shell/HISTORY
@@ -0,0 +1,2 @@
+2007-04-26 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS, DEPENDS, BUILD, HISTORY: created spell
diff --git a/perl-cpan/text-aligner/BUILD b/perl-cpan/text-aligner/BUILD
new file mode 100755
index 0000000..2de29cd
--- /dev/null
+++ b/perl-cpan/text-aligner/BUILD
@@ -0,0 +1 @@
+default_build_perl
diff --git a/perl-cpan/text-aligner/DEPENDS b/perl-cpan/text-aligner/DEPENDS
new file mode 100755
index 0000000..6826bc7
--- /dev/null
+++ b/perl-cpan/text-aligner/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl-cpan/text-aligner/DETAILS b/perl-cpan/text-aligner/DETAILS
new file mode 100755
index 0000000..6af2807
--- /dev/null
+++ b/perl-cpan/text-aligner/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=text-aligner
+ VERSION=0.03
+ SOURCE="Text-Aligner-${VERSION}.tar.gz"
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/A/AN/ANNO/${SOURCE}
+
SOURCE_HASH=sha512:d83fd4a4c8a972cd1d9297777eb1f9e3e317470c227a9fb314492d7dd93a05c58e11307dccd74d40f79f8ae9dccafc5b2ffcf8db65030a7c2d0be7def49ed82e
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Text-Aligner-${VERSION}"
+
WEB_SITE="http://search.cpan.org/~anno/Text-Aligner-${VERSION}/lib/Text/Aligner.pm";
+ LICENSE[0]=ART
+ ENTERED=20070426
+ SHORT="Text::Aligner is used to justify strings to various
alignment styles"
+cat << EOF
+Text::Aligner exports a single function, align(), which is used to justify
+strings to various alignment styles. The alignment specification is the first
+argument, followed by any number of scalars which are subject to alignment.
+EOF
diff --git a/perl-cpan/text-aligner/HISTORY b/perl-cpan/text-aligner/HISTORY
new file mode 100644
index 0000000..70a9186
--- /dev/null
+++ b/perl-cpan/text-aligner/HISTORY
@@ -0,0 +1,2 @@
+2007-04-26 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS, DEPENDS, BUILD, HISTORY: created spell
diff --git a/perl-cpan/text-table/BUILD b/perl-cpan/text-table/BUILD
new file mode 100755
index 0000000..2de29cd
--- /dev/null
+++ b/perl-cpan/text-table/BUILD
@@ -0,0 +1 @@
+default_build_perl
diff --git a/perl-cpan/text-table/DEPENDS b/perl-cpan/text-table/DEPENDS
new file mode 100755
index 0000000..0b6815a
--- /dev/null
+++ b/perl-cpan/text-table/DEPENDS
@@ -0,0 +1 @@
+depends text-aligner
diff --git a/perl-cpan/text-table/DETAILS b/perl-cpan/text-table/DETAILS
new file mode 100755
index 0000000..087691d
--- /dev/null
+++ b/perl-cpan/text-table/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=text-table
+ VERSION=1.107
+ SOURCE="Text-Table-${VERSION}.tar.gz"
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/A/AN/ANNO/${SOURCE}
+
SOURCE_HASH=sha512:9f2d2fc46d6bcb9d0fdbbe4506f3abc3a8e562ce9fc72146da228ee563cfc3b09380a881d5ea900403f2ece341fd5376df57c815c76b1a3042d81a684d1d84ad
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Text-Table-${VERSION}"
+ WEB_SITE="http://search.cpan.org/~ANNO/Text-Table/";
+ LICENSE[0]=ART
+ ENTERED=20070426
+ SHORT="Organize Data in Tables"
+cat << EOF
+Organization of data in table form is a time-honored and useful method of
data
+representation. While columns of data are trivially generated by computer
+through formatted output, even simple tasks like keeping titles aligned with
+the data columns are not trivial, and the one-shot solutions one comes up
with
+tend to be particularly hard to maintain. Text::Table allows you to create
and
+maintain tables that adapt to alignment requirements as you use them.
+EOF
diff --git a/perl-cpan/text-table/HISTORY b/perl-cpan/text-table/HISTORY
new file mode 100644
index 0000000..70a9186
--- /dev/null
+++ b/perl-cpan/text-table/HISTORY
@@ -0,0 +1,2 @@
+2007-04-26 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS, DEPENDS, BUILD, HISTORY: created spell
diff --git a/smgl/bugcli/BUILD b/smgl/bugcli/BUILD
index 61c83f6..8d3848c 100755
--- a/smgl/bugcli/BUILD
+++ b/smgl/bugcli/BUILD
@@ -1,6 +1,4 @@
-(
- prepare_install
- cp bugcli addbug /usr/bin
- cp $SCRIPT_DIRECTORY/bugattach /usr/bin
- chmod 755 /usr/bin/bugcli /usr/bin/addbug /usr/bin/bugattach
-) > $C_FIFO 2>&1
+# default_build_perl
+perl Makefile.PL INSTALLDIRS=vendor $PERL_OPTS &&
+make
+
diff --git a/smgl/bugcli/DEPENDS b/smgl/bugcli/DEPENDS
index 37e7d75..40a7719 100755
--- a/smgl/bugcli/DEPENDS
+++ b/smgl/bugcli/DEPENDS
@@ -1 +1,5 @@
-depends lwp
+depends config-tiny &&
+depends dbix-sqlengine &&
+depends lwp &&
+depends term-shell &&
+depends text-table
diff --git a/smgl/bugcli/DETAILS b/smgl/bugcli/DETAILS
index 46dc731..586855f 100755
--- a/smgl/bugcli/DETAILS
+++ b/smgl/bugcli/DETAILS
@@ -1,15 +1,13 @@
SPELL=bugcli
- VERSION=05
- SOURCE=${SPELL}v${VERSION}.tar.gz
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}
- SOURCE_URL[0]=http://quigley.durrow.com/binary/$SOURCE
- WEB_SITE=http://quigley.durrow.com/bugzilla.html
+ VERSION=0.2
+ SOURCE=BugCli-${VERSION}.tar.gz
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/BugCli-${VERSION}
+ SOURCE_URL[0]=http://www.cpan.org/authors/id/R/RE/REFLOG/$SOURCE
+ WEB_SITE=http://search.cpan.org/~reflog/BugCli-${VERSION}/bugcli.pl
LICENSE=GPL
-
SOURCE_HASH=sha512:5a54dd010516546555ee070ffa3ab097bccf4366d2bd4589ef1ad13206367d4f6758be7e22b2c5d1ec8bf1b2a46652da42c1fb8fac1089b9dd5c54e982907865
+
SOURCE_HASH=sha512:bbf1e0bf11f2058fc44a71244158e67eaa22989c182dcd5b8090a6461814b32b38fcc5eb762ff480a93e45feaa8c33b2ee86bf65f34fe8b5afcbcfe04090f881
ENTERED=20030913
- UPDATED=20030730
KEYWORDS="smgl"
- BUILD_API=1
SHORT="bugcli is a cli to bugzilla"
cat << EOF

diff --git a/smgl/bugcli/HISTORY b/smgl/bugcli/HISTORY
index dc2c0a0..a11569a 100644
--- a/smgl/bugcli/HISTORY
+++ b/smgl/bugcli/HISTORY
@@ -1,3 +1,13 @@
+2007-04-26 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS: updated to 0.2, removed BUILD_API=1 line, SOURCE,
+ SOURCE_URL[0], WEB_SITE accordingly to perl cpan project,
+ SOURCE_DIRECTORY also was changed
+ * BUILD: removed api1 code, now uses perl for building
+ * DEPENDS: added config-tiny, dbix-sqlengine, term-shell, text-table
+ as required depends
+ * INSTALL: added for bugattach installation
+ * PRE_BUILD: removed, not needed anymore
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed MAINTAINER.

diff --git a/smgl/bugcli/INSTALL b/smgl/bugcli/INSTALL
new file mode 100755
index 0000000..dfd2449
--- /dev/null
+++ b/smgl/bugcli/INSTALL
@@ -0,0 +1,3 @@
+default_install &&
+cp ${SCRIPT_DIRECTORY}/bugattach ${INSTALL_ROOT}/usr/bin &&
+chmod 755 ${INSTALL_ROOT}/usr/bin/bugattach
diff --git a/smgl/bugcli/PRE_BUILD b/smgl/bugcli/PRE_BUILD
deleted file mode 100755
index 9e12ae0..0000000
--- a/smgl/bugcli/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-mk_source_dir $SOURCE_DIRECTORY &&
-cd $SOURCE_DIRECTORY &&
-unpack_file



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (cbd88a66564baa0897b79954b3a24f53ec0a09bd), Pol Vinogradov, 04/25/2007

Archive powered by MHonArc 2.6.24.

Top of Page