Author: wyoung
Date: Fri Mar  3 06:00:31 2006
New Revision: 1199

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1199&view=rev
Log:
Added ebuild target. Not tested...just translated it from v2.0
Makefile.am form to this new Bakefile form.

Modified:
    branches/v2.1-bakefile/mysql++.bkl

Modified: branches/v2.1-bakefile/mysql++.bkl
URL: 
http://svn.gna.org/viewcvs/mysqlpp/branches/v2.1-bakefile/mysql%2B%2B.bkl?rev=1199&r1=1198&r2=1199&view=diff
==============================================================================
--- branches/v2.1-bakefile/mysql++.bkl (original)
+++ branches/v2.1-bakefile/mysql++.bkl Fri Mar  3 06:00:31 2006
@@ -98,5 +98,16 @@
                        <command>rpmbuild -bs mysql++.spec</command>
                        <depends>rpm-setup</depends>
                </action>
+
+               <action id="ebuild">
+                       <depends>dist</depends>
+                       <command>cp $(PKGNAME).tar.gz 
/usr/portage/distfiles</command>
+                       <command>
+                               cp mysql++.ebuild 
/usr/portage/dev-db/mysql++/$(PKGNAME).ebuild
+                       </command>
+                       <command>
+                               ebuild 
/usr/portage/dev-db/mysql++/$(PKGNAME).ebuild digest
+                       </command>
+               </action>
        </if>
 </makefile>


_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits

Reply via email to