diff options
Diffstat (limited to 'dev-db/dbmaint')
-rw-r--r-- | dev-db/dbmaint/Manifest | 2 | ||||
-rw-r--r-- | dev-db/dbmaint/dbmaint-0.2.ebuild | 31 | ||||
-rw-r--r-- | dev-db/dbmaint/dbmaint-0.3.ebuild | 31 |
3 files changed, 0 insertions, 64 deletions
diff --git a/dev-db/dbmaint/Manifest b/dev-db/dbmaint/Manifest deleted file mode 100644 index f6586b3..0000000 --- a/dev-db/dbmaint/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -EBUILD dbmaint-0.2.ebuild 533 RMD160 7351fff894ae025229084c0a56f73e476d1fea0e SHA1 8473024cebd5a4d3d509e7148177d62510300a4e SHA256 e7f3c00234fd74e354bbbd814c1a462bc79e70435e5018ff669d9246c9399100 -EBUILD dbmaint-0.3.ebuild 533 RMD160 7351fff894ae025229084c0a56f73e476d1fea0e SHA1 8473024cebd5a4d3d509e7148177d62510300a4e SHA256 e7f3c00234fd74e354bbbd814c1a462bc79e70435e5018ff669d9246c9399100 diff --git a/dev-db/dbmaint/dbmaint-0.2.ebuild b/dev-db/dbmaint/dbmaint-0.2.ebuild deleted file mode 100644 index 5769322..0000000 --- a/dev-db/dbmaint/dbmaint-0.2.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -inherit subversion - -DESCRIPTION="Programable database data mangler" -HOMEPAGE="http://dbmaint.randomdan.homeip.net" - -LICENSE="GPL" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND="dev-db/unixODBC - dev-libs/libxml2" -RDEPEND="${DEPEND}" -ESVN_REPO_URI="svn+ssh://svn.random.lan/var/svn/src/tags/${PF}" - -src_compile() { - cd ${S}/libmisc || die - econf || die - emake || die - cd ${S}/libodbcpp || die - econf || die - emake || die - cd ${S}/dbmaint || die - econf || die - emake || die -} - -src_install() { - exeinto /usr/bin - doexe ${S}/dbmaint/dbmaint -} diff --git a/dev-db/dbmaint/dbmaint-0.3.ebuild b/dev-db/dbmaint/dbmaint-0.3.ebuild deleted file mode 100644 index 5769322..0000000 --- a/dev-db/dbmaint/dbmaint-0.3.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -inherit subversion - -DESCRIPTION="Programable database data mangler" -HOMEPAGE="http://dbmaint.randomdan.homeip.net" - -LICENSE="GPL" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND="dev-db/unixODBC - dev-libs/libxml2" -RDEPEND="${DEPEND}" -ESVN_REPO_URI="svn+ssh://svn.random.lan/var/svn/src/tags/${PF}" - -src_compile() { - cd ${S}/libmisc || die - econf || die - emake || die - cd ${S}/libodbcpp || die - econf || die - emake || die - cd ${S}/dbmaint || die - econf || die - emake || die -} - -src_install() { - exeinto /usr/bin - doexe ${S}/dbmaint/dbmaint -} |