diff options
author | Tiziano Müller <dev-zero@gentoo.org> | 2006-10-29 19:54:49 +0000 |
---|---|---|
committer | Tiziano Müller <dev-zero@gentoo.org> | 2006-10-29 19:54:49 +0000 |
commit | 5cd7e09e694a97f332b26335da9e549377ebedf9 (patch) | |
tree | a8baa596de8c17f542bd7a6b2dad9e3324ce5b65 /dev-python/pythonmagick/files | |
parent | Old version removed (bugs #145100 and #143819) (diff) | |
download | gentoo-2-5cd7e09e694a97f332b26335da9e549377ebedf9.tar.gz gentoo-2-5cd7e09e694a97f332b26335da9e549377ebedf9.tar.bz2 gentoo-2-5cd7e09e694a97f332b26335da9e549377ebedf9.zip |
Old version removed (bugs #145100 and #143819)
(Portage version: 2.1.2_rc1-r1)
(Unsigned Manifest commit)
Diffstat (limited to 'dev-python/pythonmagick/files')
-rw-r--r-- | dev-python/pythonmagick/files/Jamfile | 157 | ||||
-rw-r--r-- | dev-python/pythonmagick/files/Jamrules | 2 | ||||
-rw-r--r-- | dev-python/pythonmagick/files/boost-build.jam | 2 | ||||
-rw-r--r-- | dev-python/pythonmagick/files/digest-pythonmagick-0.5-r1 | 1 |
4 files changed, 0 insertions, 162 deletions
diff --git a/dev-python/pythonmagick/files/Jamfile b/dev-python/pythonmagick/files/Jamfile deleted file mode 100644 index 03a26cb01485..000000000000 --- a/dev-python/pythonmagick/files/Jamfile +++ /dev/null @@ -1,157 +0,0 @@ -project-root ;
-
-import python ;
-
-extension _PythonMagickDrawable :
- DrawableModule.cpp
- ./classes/class_DrawableBase.cpp
- ./classes/class_Drawable.cpp
- ./classes/class_DrawableAffine.cpp
- ./classes/class_DrawableArc.cpp
- ./classes/class_DrawableBezier.cpp
- ./classes/class_DrawablePopClipPath.cpp
- ./classes/class_DrawablePushClipPath.cpp
- ./classes/class_DrawableClipPath.cpp
- ./classes/class_DrawableCircle.cpp
- ./classes/class_DrawableColor.cpp
- ./classes/class_DrawableCompositeImage.cpp
- ./classes/class_DrawableEllipse.cpp
- ./classes/class_DrawableFillColor.cpp
- ./classes/class_DrawableFillRule.cpp
- ./classes/class_DrawableFillOpacity.cpp
- ./classes/class_DrawableFont.cpp
- ./classes/class_DrawableGravity.cpp
- ./classes/class_DrawableLine.cpp
- ./classes/class_DrawableMatte.cpp
- ./classes/class_DrawablePath.cpp
- ./classes/class_DrawablePoint.cpp
- ./classes/class_DrawablePointSize.cpp
- ./classes/class_DrawablePolygon.cpp
- ./classes/class_DrawablePolyline.cpp
- ./classes/class_DrawablePopGraphicContext.cpp
- ./classes/class_DrawablePushGraphicContext.cpp
- ./classes/class_DrawablePopPattern.cpp
- ./classes/class_DrawablePushPattern.cpp
- ./classes/class_DrawableRectangle.cpp
- ./classes/class_DrawableRotation.cpp
- ./classes/class_DrawableRoundRectangle.cpp
- ./classes/class_DrawableScaling.cpp
- ./classes/class_DrawableSkewX.cpp
- ./classes/class_DrawableSkewY.cpp
- ./classes/class_DrawableDashOffset.cpp
- ./classes/class_DrawableStrokeLineCap.cpp
- ./classes/class_DrawableStrokeLineJoin.cpp
- ./classes/class_DrawableMiterLimit.cpp
- ./classes/class_DrawableStrokeAntialias.cpp
- ./classes/class_DrawableStrokeColor.cpp
- ./classes/class_DrawableStrokeOpacity.cpp
- ./classes/class_DrawableStrokeWidth.cpp
- ./classes/class_DrawableText.cpp
- ./classes/class_DrawableTextAntialias.cpp
- ./classes/class_DrawableTextDecoration.cpp
- ./classes/class_DrawableTextUnderColor.cpp
- ./classes/class_DrawableTranslation.cpp
- ./classes/class_DrawableViewbox.cpp - : <include>$(MAGICK_SRC_PATH)/Magick++/lib
- <include>$(MAGICK_SRC_PATH)
- <library-path>$(MAGICK_LIB_PATH) - <library-path>/usr/lib - <vc7><*><define>WIN32
- <vc7><*><define>NeedFunctionPrototypes
- <vc7><*><define>_VISUALC_
- <vc7><*><define>_MAGICKMOD_
- <vc7><*><define>_DLL
- <vc7><*><find-library>CORE_RL_Magick++_
- <vc7><*><find-library>CORE_RL_magick_
- <gcc><*><find-library>GraphicsMagick++
- <gcc><*><find-library>GraphicsMagick - <gcc><*><find-library>GraphicsMagick - <gcc><*><find-library>boost_python - <define>HAVE_IOSFWD
- ;
-
-extension _PythonMagickPath :
- PathModule.cpp
- ./classes/class_VPathBase.cpp
- ./classes/class_VPath.cpp
- ./classes/class_PathArcArgs.cpp
- ./classes/class_PathArcAbs.cpp
- ./classes/class_PathArcRel.cpp
- ./classes/class_PathClosePath.cpp
- ./classes/class_PathCurvetoArgs.cpp
- ./classes/class_PathCurvetoAbs.cpp
- ./classes/class_PathCurvetoRel.cpp
- ./classes/class_PathSmoothCurvetoAbs.cpp
- ./classes/class_PathSmoothCurvetoRel.cpp
- ./classes/class_PathQuadraticCurvetoArgs.cpp
- ./classes/class_PathQuadraticCurvetoAbs.cpp
- ./classes/class_PathQuadraticCurvetoRel.cpp
- ./classes/class_PathSmoothQuadraticCurvetoAbs.cpp
- ./classes/class_PathSmoothQuadraticCurvetoRel.cpp
- ./classes/class_PathLinetoAbs.cpp
- ./classes/class_PathLinetoRel.cpp
- ./classes/class_PathLinetoHorizontalAbs.cpp
- ./classes/class_PathLinetoHorizontalRel.cpp
- ./classes/class_PathLinetoVerticalAbs.cpp
- ./classes/class_PathLinetoVerticalRel.cpp
- ./classes/class_PathMovetoAbs.cpp
- ./classes/class_PathMovetoRel.cpp
- : <include>$(MAGICK_SRC_PATH)/Magick++/lib
- <include>$(MAGICK_SRC_PATH)
- <library-path>$(MAGICK_LIB_PATH) - <library-path>/usr/lib - <vc7><*><define>WIN32
- <vc7><*><define>NeedFunctionPrototypes
- <vc7><*><define>_VISUALC_
- <vc7><*><define>_MAGICKMOD_
- <vc7><*><define>_DLL
- <vc7><*><find-library>CORE_RL_Magick++_
- <vc7><*><find-library>CORE_RL_magick_
- <gcc><*><find-library>GraphicsMagick++
- <gcc><*><find-library>GraphicsMagick - <gcc><*><find-library>boost_python - <define>HAVE_IOSFWD
- ;
-
-extension _PythonMagick : PythonMagick.cpp
- Enums.cpp
- StlWrappers.cpp
- ./classes/class_Blob.cpp
- ./classes/class_Color.cpp
- ./classes/class_ColorHSL.cpp
- ./classes/class_ColorGray.cpp
- ./classes/class_ColorMono.cpp
- ./classes/class_ColorRGB.cpp
- ./classes/class_ColorYUV.cpp
- ./classes/class_Geometry.cpp
- ./classes/class_Coordinate.cpp
- ./classes/class_Image.cpp
- ./classes/class_Image_ctors.cpp
- ./classes/class_Image_methods1.cpp
- ./classes/class_Image_methods2.cpp
- ./classes/class_Image_methods3.cpp
- ./classes/class_Image_properties1.cpp
- ./classes/class_Image_properties2.cpp
- ./classes/class_TypeMetric.cpp
- : <include>$(MAGICK_SRC_PATH)/Magick++/lib
- <include>$(MAGICK_SRC_PATH)
- <library-path>$(MAGICK_LIB_PATH) - <library-path>/usr/lib - <vc7><*><define>WIN32
- <vc7><*><define>NeedFunctionPrototypes
- <vc7><*><define>_VISUALC_
- <vc7><*><define>_MAGICKMOD_
- <vc7><*><define>_DLL
- <vc7><*><find-library>CORE_RL_Magick++_
- <vc7><*><find-library>CORE_RL_magick_
- <gcc><*><find-library>GraphicsMagick++
- <gcc><*><find-library>GraphicsMagick - <gcc><*><find-library>boost_python - <define>HAVE_IOSFWD
- ;
-
-
-stage bin-stage :
- <pyd>_PythonMagick
- <pyd>_PythonMagickDrawable
- <pyd>_PythonMagickPath : : ;
diff --git a/dev-python/pythonmagick/files/Jamrules b/dev-python/pythonmagick/files/Jamrules deleted file mode 100644 index 81510b53d6b3..000000000000 --- a/dev-python/pythonmagick/files/Jamrules +++ /dev/null @@ -1,2 +0,0 @@ -path-global BOOST_ROOT : . ; -project boost : $(BOOST_ROOT) ; diff --git a/dev-python/pythonmagick/files/boost-build.jam b/dev-python/pythonmagick/files/boost-build.jam deleted file mode 100644 index 11cf03e504cf..000000000000 --- a/dev-python/pythonmagick/files/boost-build.jam +++ /dev/null @@ -1,2 +0,0 @@ -# Specify path to the boost build system
-boost-build /usr/share/boost/v1 ; diff --git a/dev-python/pythonmagick/files/digest-pythonmagick-0.5-r1 b/dev-python/pythonmagick/files/digest-pythonmagick-0.5-r1 deleted file mode 100644 index 9b3d88aa7725..000000000000 --- a/dev-python/pythonmagick/files/digest-pythonmagick-0.5-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 6796af389fba6666e5e1ae78f1e58d0b PythonMagick-0.5.tar.gz 39466 |