diff options
author | Chris Larson <clarson@kergoth.com> | 2003-06-10 17:01:38 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-06-10 17:01:38 +0000 |
commit | 5fb6ffd7d1d5b787b8729c361c99f7eeaa77dd73 (patch) | |
tree | d7e0d3014391de9492e1e44891574828a3168cce /content | |
parent | 5ada15df169a26e215b37c931f82f3ddbd5922b7 (diff) |
Make the ipkg checkout use a local cvspass
BKrev: 3ee60ef268iMEeukM8co6LBxtaH_0w
Diffstat (limited to 'content')
-rw-r--r-- | content/ipkg-0.99.84-r0/.cvspass | 0 | ||||
-rw-r--r-- | content/ipkg-0.99.84.oe | 10 |
2 files changed, 10 insertions, 0 deletions
diff --git a/content/ipkg-0.99.84-r0/.cvspass b/content/ipkg-0.99.84-r0/.cvspass new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/content/ipkg-0.99.84-r0/.cvspass diff --git a/content/ipkg-0.99.84.oe b/content/ipkg-0.99.84.oe index e69de29bb2..93a1f152c3 100644 --- a/content/ipkg-0.99.84.oe +++ b/content/ipkg-0.99.84.oe @@ -0,0 +1,10 @@ +DESCRIPTION="Itsy Package Manager" +LICENSE="GPL" +SRC_URI="cvs://anoncvs@cvs.handhelds.org/cvs;module=familiar/dist/ipkg;tag=V0-99-84" +PROVIDES=virtual/ipkg + +export CVS_PASSFILE="${FILESDIR}/.cvspass" + +S="${WORKDIR}/${P}" + +inherit base |